Home
last modified time | relevance | path

Searched refs:systemid (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/arch/sparc/kernel/
Dleon_pmc.c25 unsigned int systemid = amba_system_id >> 16; in pmc_leon_need_fixup() local
30 if (*id == systemid) in pmc_leon_need_fixup()
/Linux-v4.19/drivers/scsi/osd/
Dosd_uld.c118 memcpy(buf, ould->odi.systemid, ould->odi.systemid_len); in systemid_show()
121 static DEVICE_ATTR_RO(systemid);
280 if (_the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, in _match_odi()
281 odi->systemid, odi->systemid_len) && in _match_odi()
360 _the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, in osduld_device_same()
361 odi->systemid, odi->systemid_len) && in osduld_device_same()
Dosd_initiator.c185 if (unlikely(len > sizeof(odi->systemid))) { in _osd_get_print_system_info()
188 len = sizeof(odi->systemid); in _osd_get_print_system_info()
191 memcpy(odi->systemid, get_attrs[a].val_ptr, len); in _osd_get_print_system_info()
/Linux-v4.19/arch/mips/sgi-ip22/
Dip22-mc.c29 …return (memconfig & SGIMC_MCONFIG_BASEADDR) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 … in get_bank_addr()
34 …return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >=… in get_bank_size()
117 (int) sgimc->systemid & SGIMC_SYSID_MASKREV); in sgimc_init()
Dip22-eisa.c105 if (!(sgimc->systemid & SGIMC_SYSID_EPRESENT)) { in ip22_eisa_init()
/Linux-v4.19/fs/exofs/
Dsys.c72 memcpy(buf, odi->systemid, odi->systemid_len); in systemid_show()
99 OSD_ATTR(systemid, S_IRUGO, systemid_show, NULL);
Dcommon.h136 u8 systemid[OSD_SYSTEMID_LEN]; member
Dsuper.c528 memcpy(odi->systemid, dt_dev->systemid, OSD_SYSTEMID_LEN); in exofs_devs_2_odi()
/Linux-v4.19/Documentation/devicetree/bindings/net/can/
Dgrcan.txt23 - systemid : If not present or if the value of the least significant 16 bits
/Linux-v4.19/arch/mips/include/asm/sgi/
Dmc.h52 volatile u32 systemid; /* MC system ID register, readonly */ member
/Linux-v4.19/include/scsi/
Dosd_initiator.h61 u8 systemid[OSD_SYSTEMID_LEN]; member