Lines Matching defs:stat
65 u32 stat = 0, mask = 0;
76 stat = mmread(MANTIS_INT_STAT);
78 if (!(stat & mask))
90 mantis->mantis_int_stat = stat;
92 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask);
93 if (stat & MANTIS_INT_RISCEN) {
96 if (stat & MANTIS_INT_IRQ0) {
102 if (stat & MANTIS_INT_IRQ1) {
110 if (stat & MANTIS_INT_OCERR) {
113 if (stat & MANTIS_INT_PABORT) {
116 if (stat & MANTIS_INT_RIPERR) {
119 if (stat & MANTIS_INT_PPERR) {
122 if (stat & MANTIS_INT_FTRGT) {
125 if (stat & MANTIS_INT_RISCI) {
127 mantis->busy_block = (stat & MANTIS_INT_RISCSTAT) >> 28;
130 if (stat & MANTIS_INT_I2CDONE) {
134 mmwrite(stat, MANTIS_INT_STAT);
135 stat &= ~(MANTIS_INT_RISCEN | MANTIS_INT_I2CDONE |
146 if (stat)
147 dprintk(MANTIS_DEBUG, 0, "<Unknown> Stat=<%02x> Mask=<%02x>", stat, mask);