Searched refs:G2STAT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/eisa/
H A Dahb.c286 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)
H A Dahbreg.h91 #define G2STAT 0x57 macro

Completed in 319 milliseconds