Home
last modified time | relevance | path

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

/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()
/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()
/arch/mips/include/asm/sgi/
Dmc.h52 volatile u32 systemid; /* MC system ID register, readonly */ member