Lines Matching defs:st0
299 u_int8_t st0 = 0, st1 = 0;
336 st0 = bus_space_read_1(wdr->cmd_iot,
342 (st0 & WDCS_DRDY)) &&
356 if ((st0 & 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;
546 st0 = bus_space_read_1(wdr->cmd_iot,
557 if ((st0 & WDCS_BSY) == 0)
561 ATADEBUG_PRINT(("%s:%d: before reset, st0=0x%x, st1=0x%x\n",
562 __func__, chp->ch_channel, st0, st1), DEBUG_PROBE);
564 if (st0 == 0xff || st0 == WDSD_IBM)
1104 u_int8_t st0 = 0, st1 = 0;
1121 st0 = bus_space_read_1(wdr->cmd_iot,
1166 if ((drv_mask & 0x01) != 0 && (st0 & WDCS_BSY) == 0) {
1172 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) {
1179 if (st0 & WDCS_BSY)
1193 ATADEBUG_PRINT(("%s:%d: wdcwait_reset() end, st0=0x%x st1=0x%x\n",
1195 st0, st1), DEBUG_PROBE);