G2STAT            349 dev/eisa/aha1742.c 		if ((bus_space_read_1(iot, ioh, G2STAT) &
G2STAT            381 dev/eisa/aha1742.c 		if (bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND)
G2STAT            405 dev/eisa/aha1742.c 		if ((bus_space_read_1(iot, ioh, G2STAT) &
G2STAT            568 dev/eisa/aha1742.c 	if ((bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND) == 0)
G2STAT            623 dev/eisa/aha1742.c 		if ((bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND) ==
G2STAT            850 dev/eisa/aha1742.c 		if ((bus_space_read_1(iot, ioh, G2STAT) & G2STAT_BUSY) == 0)
G2STAT            871 dev/eisa/aha1742.c 	while (bus_space_read_1(iot, ioh, G2STAT) & G2STAT_INT_PEND) {