sys/dev/eisa/ahb.c
286
if ((bus_space_read_1(iot, ioh, G2STAT) & (G2STAT_BUSY | G2STAT_MBOX_EMPTY))
sys/dev/eisa/ahb.c
316
if ((bus_space_read_1(iot, ioh, G2STAT) & (G2STAT_BUSY | G2STAT_MBOX_EMPTY))
sys/dev/eisa/ahb.c
353
if ((bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND) == 0)
sys/dev/eisa/ahb.c
405
if ((bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND) == 0)
sys/dev/eisa/ahb.c
627
if ((bus_space_read_1(iot, ioh, G2STAT) & G2STAT_BUSY) == 0)
sys/dev/eisa/ahb.c
647
while (bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND) {
sys/dev/eisa/ahb.c
981
if (bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND)