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

  /src/sys/dev/eisa/
ahb.c 286 if ((bus_space_read_1(iot, ioh, G2STAT) & (G2STAT_BUSY | G2STAT_MBOX_EMPTY))
316 if ((bus_space_read_1(iot, ioh, G2STAT) & (G2STAT_BUSY | G2STAT_MBOX_EMPTY))
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)
627 if ((bus_space_read_1(iot, ioh, G2STAT) & G2STAT_BUSY) == 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)
ahbreg.h 91 #define G2STAT 0x57

Completed in 32 milliseconds