sys/dev/isa/if_eg.c
147
if (bus_space_read_1(bst, bsh, EG_STATUS) & EG_STAT_HCRE) {
sys/dev/isa/if_eg.c
165
if ((bus_space_read_1(bst, bsh, EG_STATUS) & EG_PCB_STAT) !=
sys/dev/isa/if_eg.c
170
if ((bus_space_read_1(bst, bsh, EG_STATUS) & EG_PCB_STAT) == statb)
sys/dev/isa/if_eg.c
183
if (bus_space_read_1(bst, bsh, EG_STATUS) & EG_STAT_ACRF)
sys/dev/isa/if_eg.c
188
bus_space_read_1(bst, bsh, EG_STATUS)));
sys/dev/isa/if_eg.c
209
if (bus_space_read_1(bst, bsh, EG_STATUS) & EG_STAT_HCRE)
sys/dev/isa/if_eg.c
304
if ((bus_space_read_1(bst, bsh, EG_STATUS) & EG_PCB_STAT) ==
sys/dev/isa/if_eg.c
308
if ((bus_space_read_1(bst, bsh, EG_STATUS) & EG_PCB_STAT) !=
sys/dev/isa/if_eg.c
550
if (bus_space_read_1(bst, bsh, EG_STATUS) & EG_STAT_HRDY)
sys/dev/isa/if_eg.c
573
while (bus_space_read_1(bst, bsh, EG_STATUS) & EG_STAT_ACRF) {
sys/dev/isa/if_eg.c
587
if (bus_space_read_1(bst, bsh, EG_STATUS) & EG_STAT_HRDY)