Lines Matching defs:st1
299 u_int8_t st0 = 0, st1 = 0;
327 st1 = bus_space_read_1(wdr->cmd_iot,
345 (st1 & WDCS_DRDY)))
359 if (chp->ch_ndrives > 1 && (st1 & WDCS_DRDY) == 0 &&
364 ATADEBUG_PRINT(("%s:%d: wait DRDY st0 0x%x st1 0x%x\n",
366 chp->ch_channel, st0, st1), DEBUG_PROBE);
526 u_int8_t st0 = 0, st1 = 0, sc __unused, sn __unused, cl, ch;
555 st1 = bus_space_read_1(wdr->cmd_iot,
561 ATADEBUG_PRINT(("%s:%d: before reset, st0=0x%x, st1=0x%x\n",
562 __func__, chp->ch_channel, st0, st1), DEBUG_PROBE);
566 if (st1 == 0xff || st1 == (WDSD_IBM | 0x10))
1104 u_int8_t st0 = 0, st1 = 0;
1140 st1 = bus_space_read_1(wdr->cmd_iot,
1156 if ((drv_mask & 0x02) != 0 && (st1 & WDCS_BSY) == 0) {
1172 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) {
1181 if (st1 & WDCS_BSY)
1193 ATADEBUG_PRINT(("%s:%d: wdcwait_reset() end, st0=0x%x st1=0x%x\n",
1195 st0, st1), DEBUG_PROBE);