Home
last modified time | relevance | path

Searched refs:EG_STATUS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/isa/
Dif_eg.c158 if (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_HCRE) { in egoutPCB()
174 if ((bus_space_read_1(iot, ioh, EG_STATUS) & in egreadPCBstat()
179 if ((bus_space_read_1(iot, ioh, EG_STATUS) & EG_PCB_STAT) == statb) in egreadPCBstat()
190 if (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_ACRF) in egreadPCBready()
212 if (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_HCRE) in egwritePCB()
326 if ((bus_space_read_1(iot, ioh, EG_STATUS) & in egprobe()
330 if ((bus_space_read_1(iot, ioh, EG_STATUS) & EG_PCB_STAT) != EG_PCB_NULL) { in egprobe()
611 while (!(bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_HRDY)) in egstart()
630 while (bus_space_read_1(iot, ioh, EG_STATUS) & EG_STAT_ACRF) { in egintr()
642 while (!(bus_space_read_1(iot, ioh, EG_STATUS) & in egintr()
Dif_egreg.h37 #define EG_STATUS 0x02 macro