Searched refs:WDS_STAT (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/isa/ |
H A D | wds.c | 204 wds_wait(iot, ioh, WDS_STAT, WDSS_RDY, WDSS_RDY); in wds_cmd() 208 wds_wait(iot, ioh, WDS_STAT, WDSS_RDY, WDSS_RDY); in wds_cmd() 209 c = bus_space_read_1(iot, ioh, WDS_STAT); in wds_cmd() 369 if ((bus_space_read_1(iot, ioh, WDS_STAT) & WDSS_IRQ) == 0) in wdsintr() 710 c = bus_space_read_1(iot, ioh, WDS_STAT); in wds_find() 720 if (bus_space_read_1(iot, ioh, WDS_STAT) & WDSS_RDY) in wds_find() 727 wds_wait(iot, ioh, WDS_STAT, WDSS_RDY, WDSS_RDY); in wds_find() 738 if ((bus_space_read_1(iot, ioh, WDS_STAT) & in wds_find() 807 wds_wait(iot, ioh, WDS_STAT, WDSS_INIT, WDSS_INIT); in wds_init() 1102 if (bus_space_read_1(iot, ioh, WDS_STAT) & WDSS_IRQ) { in wds_poll() [all …]
|
H A D | wdsreg.h | 9 #define WDS_STAT 0 /* read */ macro
|