sys/dev/isa/if_eg.c
158
if (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_HCRE) {
sys/dev/isa/if_eg.c
174
if ((bus_space_read_1(iot, ioh, EG_STATUS) &
sys/dev/isa/if_eg.c
179
if ((bus_space_read_1(iot, ioh, EG_STATUS) & EG_PCB_STAT) == statb)
sys/dev/isa/if_eg.c
190
if (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_ACRF)
sys/dev/isa/if_eg.c
212
if (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_HCRE)
sys/dev/isa/if_eg.c
326
if ((bus_space_read_1(iot, ioh, EG_STATUS) &
sys/dev/isa/if_eg.c
330
if ((bus_space_read_1(iot, ioh, EG_STATUS) & EG_PCB_STAT) != EG_PCB_NULL) {
sys/dev/isa/if_eg.c
611
while (!(bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_HRDY))
sys/dev/isa/if_eg.c
630
while (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_ACRF) {
sys/dev/isa/if_eg.c
642
while (!(bus_space_read_1(iot, ioh, EG_STATUS) &