Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/sgi/
Dmc.h122 #define SGIMC_CSTAT_RD 0x00000100 /* read parity error */ macro
129 #define SGIMC_CSTAT_RD_PAR (SGIMC_CSTAT_RD | SGIMC_CSTAT_PAR)
/linux-2.4.37.9/include/asm-mips64/sgi/
Dmc.h122 #define SGIMC_CSTAT_RD 0x00000100 /* read parity error */ macro
129 #define SGIMC_CSTAT_RD_PAR (SGIMC_CSTAT_RD | SGIMC_CSTAT_PAR)
/linux-2.4.37.9/arch/mips/sgi-ip22/
Dip22-berr.c60 cpu_err_stat & SGIMC_CSTAT_RD ? "RD " : "", in print_buserr()