Lines Matching refs:status
165 /* clear interrupt status register */
307 u32 status, mask, count;
310 status = cx_read(MO_TS_INTSTAT);
312 if (0 == (status & mask))
315 cx_write(MO_TS_INTSTAT, status);
317 if (debug || (status & mask & ~0xff))
320 status, mask);
323 if (status & (1 << 16)) {
331 if (status & 0x01) {
340 if (status & 0x1f0100) {
341 dprintk(0, "general errors: 0x%08x\n", status & 0x1f0100);
354 u32 status;
358 status = cx_read(MO_PCI_INTSTAT) &
360 if (status == 0)
364 dprintk(1, " status: %d\n", status);
366 cx_write(MO_PCI_INTSTAT, status);
368 if (status & core->pci_irqmask)
369 cx88_core_irq(core, status);
370 if (status & PCI_INT_TSINT)