Lines Matching refs:status
209 u32 status, mask;
211 status = cx_read(MO_AUD_INTSTAT);
213 if (0 == (status & mask))
215 cx_write(MO_AUD_INTSTAT, status);
216 if (debug > 1 || (status & mask & ~0xff))
219 status, mask);
221 if (status & AUD_INT_OPC_ERR) {
226 if (status & AUD_INT_DN_SYNC) {
232 if (status & AUD_INT_DN_RISCI1) {
236 /* FIXME: Any other status should deserve a special handling? */
246 u32 status;
250 status = cx_read(MO_PCI_INTSTAT) &
252 if (status == 0)
254 dprintk(3, "cx8801_irq loop %d/%d, status %x\n",
255 loop, MAX_IRQ_LOOP, status);
257 cx_write(MO_PCI_INTSTAT, status);
259 if (status & core->pci_irqmask)
260 cx88_core_irq(core, status);
261 if (status & PCI_INT_AUDINT)