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

  /src/sys/dev/ic/
atppc.c 1481 *val = ((atppc->sc_use & ATPPC_USE_INTR) != 0);
1516 atppc->sc_use &= ~ATPPC_USE_INTR;
1518 atppc->sc_use |= ATPPC_USE_INTR;
1620 if (atppc->sc_use & ATPPC_USE_INTR) {
1662 if (atppc->sc_use & ATPPC_USE_INTR)
1696 if (atppc->sc_use & ATPPC_USE_INTR) {
1733 if (atppc->sc_use & ATPPC_USE_INTR)
1811 if (atppc->sc_use & ATPPC_USE_INTR)
1831 if (atppc->sc_use & ATPPC_USE_INTR) {
1858 if ((atppc->sc_use & ATPPC_USE_INTR) &
    [all...]
atppcvar.h 163 #define ATPPC_USE_INTR 0x01 /* Use interrupts */

Completed in 13 milliseconds