Lines Matching defs:st1
64 uint8_t st0, st1;
73 st1 = WDC_READ_REG(chp, wd_status);
77 if ((drv_mask & 0x02) != 0 && (st1 & WDCS_BSY) == 0) {
89 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) {
100 if (st1 & WDCS_BSY)
150 uint8_t st0, st1;
163 st1 = WDC_READ_REG(chp, wd_status);
167 if (st1 == 0xff || st1 == (WDSD_IBM | 0x10))
174 if (!(st1 & WDCS_DRDY))