Home
last modified time | relevance | path

Searched refs:sysid (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/arch/nios2/boot/dts/
D10m50_devboard.dts78 sysid: sysid@18001528 { label
79 compatible = "altr,sysid-1.0";
/linux-6.12.1/arch/mips/include/asm/sgi/
Dip22.h75 #define ip22_is_fullhouse() (sgioc->sysid & SGIOC_SYSID_FULLHOUSE)
Dioc.h139 volatile u8 sysid; member
/linux-6.12.1/arch/mips/sgi-ip22/
Dip22-mc.c154 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) { in sgimc_init()
/linux-6.12.1/arch/arm/nwfpe/
Dfpa11.inl34 /* the sysid byte in the status register is readonly */
/linux-6.12.1/drivers/net/can/
Dkvaser_pciefd.c270 (KVASER_PCIEFD_GET_BLOCK_ADDR((pcie), sysid))
298 u32 sysid; member
327 .sysid = 0x1f020,
339 .sysid = 0x100000,
351 .sysid = 0x100000,
Dgrcan.c1647 u32 sysid, ambafreq; in grcan_probe() local
1657 err = of_property_read_u32(sysid_parent, "systemid", &sysid); in grcan_probe()
1658 if (!err && ((sysid & GRLIB_VERSION_MASK) >= in grcan_probe()