Searched refs:sysid (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/ |
H A D | ip22.h | 75 #define ip22_is_fullhouse() (sgioc->sysid & SGIOC_SYSID_FULLHOUSE)
|
H A D | ioc.h | 139 volatile u8 sysid; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/ |
H A D | ip22.h | 75 #define ip22_is_fullhouse() (sgioc->sysid & SGIOC_SYSID_FULLHOUSE)
|
H A D | ioc.h | 139 volatile u8 sysid; member
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
H A D | ip22-mc.c | 154 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) { in sgimc_init()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip22-mc.c | 154 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) { in sgimc_init()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | kvaser_pciefd.c | 1116 u32 sysid, srb_status, build; in kvaser_pciefd_setup_board() local 1124 sysid = ioread32(pcie->reg_base + KVASER_PCIEFD_SYSID_VERSION_REG); in kvaser_pciefd_setup_board() 1125 sysid_nr_chan = (sysid >> KVASER_PCIEFD_SYSID_NRCHAN_SHIFT) & 0xff; in kvaser_pciefd_setup_board() 1139 (sysid >> KVASER_PCIEFD_SYSID_MAJOR_VER_SHIFT) & 0xff, in kvaser_pciefd_setup_board() 1140 sysid & 0xff, in kvaser_pciefd_setup_board()
|
H A D | grcan.c | 1652 u32 sysid, ambafreq; in grcan_probe() local 1662 err = of_property_read_u32(sysid_parent, "systemid", &sysid); in grcan_probe() 1663 if (!err && ((sysid & GRLIB_VERSION_MASK) >= in grcan_probe()
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | kvaser_pciefd.c | 263 (KVASER_PCIEFD_GET_BLOCK_ADDR((pcie), sysid)) 289 u32 sysid; member 318 .sysid = 0x1f020, 330 .sysid = 0x100000,
|
H A D | grcan.c | 1647 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()
|
Completed in 14 milliseconds