Searched refs:cpu_err_stat (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-berr.c22 static unsigned int cpu_err_stat; /* Status reg for CPU */ variable
33 cpu_err_stat = sgimc->cstat;
58 if (cpu_err_stat & CPU_ERRMASK)
60 cpu_err_stat,
61 cpu_err_stat & SGIMC_CSTAT_RD ? "RD " : "",
62 cpu_err_stat & SGIMC_CSTAT_PAR ? "PAR " : "",
63 cpu_err_stat & SGIMC_CSTAT_ADDR ? "ADDR " : "",
64 cpu_err_stat & SGIMC_CSTAT_SYSAD_PAR ? "SYSAD " : "",
65 cpu_err_stat & SGIMC_CSTAT_SYSCMD_PAR ? "SYSCMD " : "",
66 cpu_err_stat
[all...]
H A Dip28-berr.c31 static unsigned int cpu_err_stat; /* Status reg for CPU */ variable
124 cpu_err_stat = sgimc->cstat;
160 if (cpu_err_stat & CPU_ERRMASK)
258 if (cpu_err_stat & CPU_ERRMASK) {
260 cpu_err_stat,
261 cpu_err_stat & SGIMC_CSTAT_RD ? "RD " : "",
262 cpu_err_stat & SGIMC_CSTAT_PAR ? "PAR " : "",
263 cpu_err_stat & SGIMC_CSTAT_ADDR ? "ADDR " : "",
264 cpu_err_stat & SGIMC_CSTAT_SYSAD_PAR ? "SYSAD " : "",
265 cpu_err_stat
[all...]

Completed in 101 milliseconds