Searched refs:ppc_irqstat (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/ppc/
H A Dppc.c1574 if (ppc->ppc_irqstat & PPC_IRQ_nFAULT) {
1577 ppc->ppc_irqstat &= ~PPC_IRQ_nFAULT;
1585 if (ppc->ppc_irqstat & PPC_IRQ_DMA) {
1588 ppc->ppc_irqstat &= ~PPC_IRQ_DMA;
1611 } else if (ppc->ppc_irqstat & PPC_IRQ_FIFO) {
1614 ppc->ppc_irqstat &= ~PPC_IRQ_FIFO;
H A Dppc_isa.c197 ppc->ppc_irqstat = PPC_IRQ_DMA;
H A Dppcreg.h75 int ppc_irqstat; /* remind irq settings */ member in struct:ppc_data

Completed in 70 milliseconds