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

  /src/sys/dev/eisa/
ahbreg.h 125 #define G2STAT_INT_PEND 0x02
ahb.c 353 if ((bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND) == 0)
405 if ((bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND) == 0)
647 while (bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND) {
981 if (bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND)

Completed in 38 milliseconds