HomeSort by: relevance | last modified time | path
    Searched refs:EG_STATUS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
if_egreg.h 37 #define EG_STATUS 0x02
if_eg.c 158 if (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_HCRE) {
174 if ((bus_space_read_1(iot, ioh, EG_STATUS) &
179 if ((bus_space_read_1(iot, ioh, EG_STATUS) & EG_PCB_STAT) == statb)
190 if (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_ACRF)
212 if (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_HCRE)
326 if ((bus_space_read_1(iot, ioh, EG_STATUS) &
330 if ((bus_space_read_1(iot, ioh, EG_STATUS) & EG_PCB_STAT) != EG_PCB_NULL) {
611 while (!(bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_HRDY))
630 while (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_ACRF) {
642 while (!(bus_space_read_1(iot, ioh, EG_STATUS)
    [all...]

Completed in 12 milliseconds