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

/freebsd-current/sys/dev/ppc/
H A Dppc.c1565 if (ppc->ppc_irqstat & PPC_IRQ_nFAULT) {
1567 ppc->ppc_irqstat &= ~PPC_IRQ_nFAULT;
1575 if (ppc->ppc_irqstat & PPC_IRQ_DMA) {
1578 ppc->ppc_irqstat &= ~PPC_IRQ_DMA;
1601 } else if (ppc->ppc_irqstat & PPC_IRQ_FIFO) {
1603 ppc->ppc_irqstat &= ~PPC_IRQ_FIFO;
H A Dppcreg.h75 int ppc_irqstat; /* remind irq settings */ member in struct:ppc_data
H A Dppc_isa.c195 ppc->ppc_irqstat = PPC_IRQ_DMA;

Completed in 77 milliseconds