Home
last modified time | relevance | path

Searched refs:mconfig1 (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/sgi-ip22/
Dip22-mc.c39 unsigned int res = bank > 1 ? sgimc->mconfig1 : sgimc->mconfig0; in get_bank_config()
212 u32 mconfig1; in prom_free_prom_memory() local
222 mconfig1 = sgimc->mconfig1; in prom_free_prom_memory()
224 sgimc->mconfig1 = (mconfig1 & 0xffff0000) | 0x2060; in prom_free_prom_memory()
233 sgimc->mconfig1 = mconfig1; in prom_free_prom_memory()
Dip28-berr.c293 sgimc->mconfig0, sgimc->mconfig1); in print_buserr()
/linux-2.6.39/arch/mips/include/asm/sgi/
Dmc.h103 volatile u32 mconfig1; /* Memory config register one */ member