Home | History | Annotate | Download | only in boot

Lines Matching defs:st0

64 	uint8_t st0, st1;
70 st0 = WDC_READ_REG(chp, wd_status);
83 if ((drv_mask & 0x01) != 0 && (st0 & WDCS_BSY) == 0) {
89 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) {
98 if (st0 & WDCS_BSY)
150 uint8_t st0, st1;
160 st0 = WDC_READ_REG(chp, wd_status);
165 if (st0 == 0xff || st0 == WDSD_IBM)
172 if (!(st0 & WDCS_DRDY))