Searched refs:systemid (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/arch/sparc/kernel/
H A Dleon_pmc.c24 unsigned int systemid = amba_system_id >> 16; pmc_leon_need_fixup() local
29 if (*id == systemid) pmc_leon_need_fixup()
H A Dleon_kernel.c334 pp = of_find_property(rootnp, "systemid", &len); leon_init_timers()
/linux-4.1.27/fs/exofs/
H A Dsys.c72 memcpy(buf, odi->systemid, odi->systemid_len); systemid_show()
99 OSD_ATTR(systemid, S_IRUGO, systemid_show, NULL);
178 * osdname, systemid & uri exofs_sysfs_odev_add()
H A Dcommon.h136 u8 systemid[OSD_SYSTEMID_LEN]; member in struct:exofs_dt_device_info
H A Dsuper.c525 memcpy(odi->systemid, dt_dev->systemid, OSD_SYSTEMID_LEN); exofs_devs_2_odi()
/linux-4.1.27/drivers/scsi/osd/
H A Dosd_uld.c118 memcpy(buf, ould->odi.systemid, ould->odi.systemid_len); systemid_show()
121 static DEVICE_ATTR_RO(systemid);
280 if (_the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, _match_odi()
281 odi->systemid, odi->systemid_len) && _match_odi()
360 _the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, osduld_device_same()
361 odi->systemid, odi->systemid_len) && osduld_device_same()
H A Dosd_initiator.c187 if (unlikely(len > sizeof(odi->systemid))) { _osd_get_print_system_info()
190 len = sizeof(odi->systemid); _osd_get_print_system_info()
193 memcpy(odi->systemid, get_attrs[a].val_ptr, len); _osd_get_print_system_info()
/linux-4.1.27/arch/mips/sgi-ip22/
H A Dip22-mc.c27 return (memconfig & SGIMC_MCONFIG_BASEADDR) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 : 22); get_bank_addr()
32 return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 16 : 14); get_bank_size()
115 (int) sgimc->systemid & SGIMC_SYSID_MASKREV); sgimc_init()
H A Dip22-eisa.c105 if (!(sgimc->systemid & SGIMC_SYSID_EPRESENT)) { ip22_eisa_init()
/linux-4.1.27/fs/nfs/objlayout/
H A Dobjio_osd.c107 if (odi.systemid_len > sizeof(odi.systemid)) { objio_alloc_deviceid_node()
108 dprintk("%s: odi.systemid_len > sizeof(systemid=%zd)\n", objio_alloc_deviceid_node()
109 __func__, sizeof(odi.systemid)); objio_alloc_deviceid_node()
113 memcpy(odi.systemid, deviceaddr->oda_systemid.data, objio_alloc_deviceid_node()
/linux-4.1.27/arch/mips/include/asm/sgi/
H A Dmc.h52 volatile u32 systemid; /* MC system ID register, readonly */ member in struct:sgimc_regs
/linux-4.1.27/include/scsi/
H A Dosd_initiator.h61 u8 systemid[OSD_SYSTEMID_LEN]; member in struct:osd_dev_info
/linux-4.1.27/drivers/net/can/
H A Dgrcan.c1672 err = of_property_read_u32(np, "systemid", &sysid); grcan_probe()

Completed in 369 milliseconds