Lines Matching defs:stat
56 u32 stat = 0, mask = 0;
67 stat = mmread(MANTIS_INT_STAT);
69 if (!(stat & mask))
81 mantis->mantis_int_stat = stat;
83 dprintk(MANTIS_DEBUG, 0, "\n-- Stat=<%02x> Mask=<%02x> --", stat, mask);
84 if (stat & MANTIS_INT_RISCEN) {
87 if (stat & MANTIS_INT_IRQ0) {
93 if (stat & MANTIS_INT_IRQ1) {
101 if (stat & MANTIS_INT_OCERR) {
104 if (stat & MANTIS_INT_PABORT) {
107 if (stat & MANTIS_INT_RIPERR) {
110 if (stat & MANTIS_INT_PPERR) {
113 if (stat & MANTIS_INT_FTRGT) {
116 if (stat & MANTIS_INT_RISCI) {
118 mantis->busy_block = (stat & MANTIS_INT_RISCSTAT) >> 28;
121 if (stat & MANTIS_INT_I2CDONE) {
125 mmwrite(stat, MANTIS_INT_STAT);
126 stat &= ~(MANTIS_INT_RISCEN | MANTIS_INT_I2CDONE |
137 if (stat)
138 dprintk(MANTIS_DEBUG, 0, "<Unknown> Stat=<%02x> Mask=<%02x>", stat, mask);