HomeSort by: relevance | last modified time | path
    Searched refs:sc_irqstat (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
pi1ppc.c 276 lsc->sc_irqstat = PI1PPC_IRQ_NONE;
350 atppc->sc_irqstat = ATPPC_IRQ_nACK;
364 atppc->sc_irqstat = ATPPC_IRQ_nACK;
374 atppc->sc_irqstat |= ATPPC_IRQ_DMA;
376 atppc->sc_irqstat |= ATPPC_IRQ_FIFO;
404 atppc->sc_irqstat |= ATPPC_IRQ_nFAULT;
411 atppc->sc_irqstat = ATPPC_IRQ_nACK;
1472 sc->sc_irqstat &= ~irqstat;
1474 if (!error && (sc->sc_irqstat & irqstat) == 0) {
1475 sc->sc_irqstat &= ~irqstat
    [all...]
pi1ppcvar.h 183 uint8_t sc_irqstat; /* Record irq settings */ member in struct:pi1ppc_softc
  /src/sys/dev/ic/
atppcvar.h 203 u_int8_t sc_irqstat; /* Record irq settings */ member in struct:atppc_softc
atppc.c 230 lsc->sc_irqstat = ATPPC_IRQ_NONE;
628 atppc->sc_irqstat = ATPPC_IRQ_nACK;
642 atppc->sc_irqstat = ATPPC_IRQ_nACK;
652 atppc->sc_irqstat |= ATPPC_IRQ_DMA;
654 atppc->sc_irqstat |= ATPPC_IRQ_FIFO;
682 atppc->sc_irqstat |= ATPPC_IRQ_nFAULT;
689 atppc->sc_irqstat = ATPPC_IRQ_nACK;
1812 atppc->sc_irqstat &= ~ATPPC_IRQ_nFAULT;
2353 atppc->sc_irqstat &= ~irqstat;
2358 if (!(error) && (atppc->sc_irqstat & irqstat))
    [all...]

Completed in 36 milliseconds