Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/kernel/ !
Dleon_pmc.c22 unsigned int systemid = amba_system_id >> 16; in pmc_leon_need_fixup() local
27 if (*id == systemid) in pmc_leon_need_fixup()
/linux-2.6.39/arch/mips/sgi-ip22/ !
Dip22-mc.c28 ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 : 22)); in get_bank_addr()
34 ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 16 : 14); in get_bank_size()
117 (int) sgimc->systemid & SGIMC_SYSID_MASKREV); in sgimc_init()
Dip22-eisa.c107 if (!(sgimc->systemid & SGIMC_SYSID_EPRESENT)) { in ip22_eisa_init()
/linux-2.6.39/drivers/scsi/osd/ !
Dosd_uld.c256 if (_the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, in _mach_odi()
257 odi->systemid, odi->systemid_len) && in _mach_odi()
337 _the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, in osduld_device_same()
338 odi->systemid, odi->systemid_len) && in osduld_device_same()
Dosd_initiator.c182 if (unlikely(len > sizeof(odi->systemid))) { in _osd_get_print_system_info()
185 len = sizeof(odi->systemid); in _osd_get_print_system_info()
188 memcpy(odi->systemid, get_attrs[a].val_ptr, len); in _osd_get_print_system_info()
/linux-2.6.39/arch/mips/include/asm/fw/arc/ !
Dhinv.h143 typedef struct systemid { struct
/linux-2.6.39/fs/exofs/ !
Dcommon.h136 u8 systemid[OSD_SYSTEMID_LEN]; member
Dsuper.c529 memcpy(odi->systemid, dt_dev->systemid, odi->systemid_len); in exofs_devs_2_odi()
/linux-2.6.39/arch/mips/include/asm/sgi/ !
Dmc.h52 volatile u32 systemid; /* MC system ID register, readonly */ member
/linux-2.6.39/include/scsi/ !
Dosd_initiator.h61 u8 systemid[OSD_SYSTEMID_LEN]; member
/linux-2.6.39/drivers/media/video/ !
Dvino.c4129 if (!(sgimc->systemid & SGIMC_SYSID_EPRESENT)) { in vino_probe()