Searched refs:systemid (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/arch/sparc/kernel/ |
H A D | leon_pmc.c | 24 unsigned int systemid = amba_system_id >> 16; pmc_leon_need_fixup() local 29 if (*id == systemid) pmc_leon_need_fixup()
|
H A D | leon_kernel.c | 334 pp = of_find_property(rootnp, "systemid", &len); leon_init_timers()
|
/linux-4.1.27/fs/exofs/ |
H A D | sys.c | 72 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 D | common.h | 136 u8 systemid[OSD_SYSTEMID_LEN]; member in struct:exofs_dt_device_info
|
H A D | super.c | 525 memcpy(odi->systemid, dt_dev->systemid, OSD_SYSTEMID_LEN); exofs_devs_2_odi()
|
/linux-4.1.27/drivers/scsi/osd/ |
H A D | osd_uld.c | 118 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 D | osd_initiator.c | 187 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 D | ip22-mc.c | 27 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 D | ip22-eisa.c | 105 if (!(sgimc->systemid & SGIMC_SYSID_EPRESENT)) { ip22_eisa_init()
|
/linux-4.1.27/fs/nfs/objlayout/ |
H A D | objio_osd.c | 107 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 D | mc.h | 52 volatile u32 systemid; /* MC system ID register, readonly */ member in struct:sgimc_regs
|
/linux-4.1.27/include/scsi/ |
H A D | osd_initiator.h | 61 u8 systemid[OSD_SYSTEMID_LEN]; member in struct:osd_dev_info
|
/linux-4.1.27/drivers/net/can/ |
H A D | grcan.c | 1672 err = of_property_read_u32(np, "systemid", &sysid); grcan_probe()
|
Completed in 369 milliseconds