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

  /src/sys/dev/isa/
wds.c 227 wds_wait(iot, ioh, WDS_STAT, WDSS_RDY, WDSS_RDY);
231 wds_wait(iot, ioh, WDS_STAT, WDSS_RDY, WDSS_RDY);
232 c = bus_space_read_1(iot, ioh, WDS_STAT);
476 if ((bus_space_read_1(iot, ioh, WDS_STAT) & WDSS_IRQ) == 0)
882 if ((bus_space_read_1(iot, ioh, WDS_STAT) & WDSS_RDY) != 0)
890 if ((bus_space_read_1(iot, ioh, WDS_STAT) & WDSS_RDY) != 0)
897 wds_wait(iot, ioh, WDS_STAT, WDSS_RDY, WDSS_RDY);
903 if ((bus_space_read_1(iot, ioh, WDS_STAT) & WDSS_RDY) != 0)
986 wds_wait(iot, ioh, WDS_STAT, WDSS_INIT, WDSS_INIT);
1284 if (bus_space_read_1(iot, ioh, WDS_STAT) & WDSS_IRQ
    [all...]
wdsreg.h 9 #define WDS_STAT 0 /* read */
16 /* WDS_STAT (read) defs */

Completed in 33 milliseconds