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

  /src/sys/arch/cobalt/stand/boot/
wdc.c 64 st0 = WDC_READ_REG(chp, wd_status);
67 st1 = WDC_READ_REG(chp, wd_status);
124 st0 = WDC_READ_REG(chp, wd_status);
127 st1 = WDC_READ_REG(chp, wd_status);
143 (void) WDC_READ_REG(chp, wd_error);
190 if ((WDC_READ_REG(chp, wd_status) & (WDCS_BSY | WDCS_DRDY))
243 if (WDC_READ_REG(chp, wd_status) & WDCS_ERR) {
245 WDC_READ_REG(chp, wd_error));
289 if (WDC_READ_REG(chp, wd_status) & WDCS_ERR) {
291 WDC_READ_REG(chp, wd_error))
    [all...]
wdvar.h 60 #define WDC_READ_REG(chp, reg) *(chp)->c_cmdreg[(reg)]
  /src/sys/arch/mmeye/stand/boot/
wdc.c 73 st0 = WDC_READ_REG(chp, wd_status);
76 st1 = WDC_READ_REG(chp, wd_status);
133 st0 = WDC_READ_REG(chp, wd_status);
136 st1 = WDC_READ_REG(chp, wd_status);
152 (void) WDC_READ_REG(chp, wd_error);
222 if ((WDC_READ_REG(chp, wd_status) & (WDCS_BSY | WDCS_DRDY))
280 if (WDC_READ_REG(chp, wd_status) & WDCS_ERR) {
282 WDC_READ_REG(chp, wd_error));
326 if (WDC_READ_REG(chp, wd_status) & WDCS_ERR) {
328 WDC_READ_REG(chp, wd_error))
    [all...]
wdvar.h 60 #define WDC_READ_REG(chp, reg) *(chp)->c_cmdreg[(reg)]
73 #define WDC_READ_REG(chp, reg) ({ \
  /src/sys/arch/bebox/stand/boot/
wdc.c 70 st0 = WDC_READ_REG(chp, wd_status);
73 st1 = WDC_READ_REG(chp, wd_status);
160 st0 = WDC_READ_REG(chp, wd_status);
163 st1 = WDC_READ_REG(chp, wd_status);
186 (void) WDC_READ_REG(chp, wd_error);
210 cl = WDC_READ_REG(chp, wd_cyl_lo);
211 ch = WDC_READ_REG(chp, wd_cyl_hi);
241 if ((WDC_READ_REG(chp, wd_status) & (WDCS_BSY | WDCS_DRDY))
295 if (WDC_READ_REG(chp, wd_status) & WDCS_ERR) {
298 WDC_READ_REG(chp, wd_error))
    [all...]
wdvar.h 53 #define WDC_READ_REG(chp, reg) inb((chp)->c_cmdreg[(reg)])

Completed in 14 milliseconds