Searched refs:extio_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.c26 static unsigned int extio_stat; variable
36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4);
47 if (extio_stat & EXTIO_MC_BUSERR)
49 if (extio_stat & EXTIO_HPC3_BUSERR)
56 if (extio_stat & EXTIO_EISA_BUSERR)
H A Dip28-berr.c35 static unsigned int extio_stat; variable
127 extio_stat = sgioc->extio;
241 if (extio_stat & EXTIO_MC_BUSERR) {
245 if (extio_stat & EXTIO_HPC3_BUSERR) {
254 if (extio_stat & EXTIO_EISA_BUSERR) {
400 if (extio_stat & (EXTIO_HPC3_BUSERR | EXTIO_EISA_BUSERR))

Completed in 53 milliseconds