Searched refs:ppc_irqstat (Results 1 – 2 of 2) sorted by relevance
1578 if (ppc->ppc_irqstat & PPC_IRQ_nFAULT) { in ppcintr()1581 ppc->ppc_irqstat &= ~PPC_IRQ_nFAULT; in ppcintr()1588 if (ppc->ppc_irqstat & PPC_IRQ_DMA) { in ppcintr()1591 ppc->ppc_irqstat &= ~PPC_IRQ_DMA; in ppcintr()1619 } else if (ppc->ppc_irqstat & PPC_IRQ_FIFO) { in ppcintr()1622 ppc->ppc_irqstat &= ~PPC_IRQ_FIFO; in ppcintr()1703 ppc->ppc_irqstat = PPC_IRQ_DMA; in ppc_write()
74 int ppc_irqstat; /* remind irq settings */ member