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

  /src/sys/dev/ic/
ihareg.h 91 #define INTPD 0x80 /* Interrupt pending */
iha.c 474 if ((bus_space_read_1(iot, ioh, TUL_STAT0) & INTPD) == 0)
922 if (((bus_space_read_1(iot, ioh, TUL_STAT0) & INTPD) == 0)
944 if ((stat & INTPD) != 0) {
1091 } while ((sc->sc_status0 & INTPD) == 0);

Completed in 16 milliseconds