Searched refs:systemid (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | leon_pmc.c | 24 unsigned int systemid = amba_system_id >> 16; in pmc_leon_need_fixup() local 29 if (*id == systemid) in pmc_leon_need_fixup()
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
D | ip22-mc.c | 27 …return (memconfig & SGIMC_MCONFIG_BASEADDR) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 … in get_bank_addr() 32 …return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >=… in get_bank_size() 115 (int) sgimc->systemid & SGIMC_SYSID_MASKREV); in sgimc_init()
|
D | ip22-eisa.c | 105 if (!(sgimc->systemid & SGIMC_SYSID_EPRESENT)) { in ip22_eisa_init()
|
/linux-4.4.14/drivers/scsi/osd/ |
D | osd_uld.c | 118 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()
|
D | osd_initiator.c | 187 if (unlikely(len > sizeof(odi->systemid))) { in _osd_get_print_system_info() 190 len = sizeof(odi->systemid); in _osd_get_print_system_info() 193 memcpy(odi->systemid, get_attrs[a].val_ptr, len); in _osd_get_print_system_info()
|
/linux-4.4.14/fs/exofs/ |
D | sys.c | 72 memcpy(buf, odi->systemid, odi->systemid_len); in systemid_show() 99 OSD_ATTR(systemid, S_IRUGO, systemid_show, NULL);
|
D | common.h | 136 u8 systemid[OSD_SYSTEMID_LEN]; member
|
D | super.c | 525 memcpy(odi->systemid, dt_dev->systemid, OSD_SYSTEMID_LEN); in exofs_devs_2_odi()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | grcan.txt | 23 - systemid : If not present or if the value of the least significant 16 bits
|
/linux-4.4.14/fs/nfs/objlayout/ |
D | objio_osd.c | 107 if (odi.systemid_len > sizeof(odi.systemid)) { in objio_alloc_deviceid_node() 109 __func__, sizeof(odi.systemid)); in objio_alloc_deviceid_node() 113 memcpy(odi.systemid, deviceaddr->oda_systemid.data, in objio_alloc_deviceid_node()
|
/linux-4.4.14/arch/mips/include/asm/sgi/ |
D | mc.h | 52 volatile u32 systemid; /* MC system ID register, readonly */ member
|
/linux-4.4.14/include/scsi/ |
D | osd_initiator.h | 61 u8 systemid[OSD_SYSTEMID_LEN]; member
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs.txt | 102 -s systemid of the requested target OSD
|