Searched refs:WRERR_STAT (Results 1 – 10 of 10) sorted by relevance
75 #define OK_STATUS(s) (((s)&(STAT_OK|(BUSY_STAT|WRERR_STAT|ERR_STAT)))==STAT_OK)177 if (stat & WRERR_STAT) printk("WriteFault "); in dump_status()244 if (status & WRERR_STAT) in status_ok()
38 #define WRERR_STAT 0x20 macro
211 #define BAD_W_STAT (BAD_R_STAT | WRERR_STAT)
267 if (stat & BUSY_STAT || ((stat & WRERR_STAT) && !drive->nowerr)) { in ide_error()
280 if (stat & WRERR_STAT) printk("DeviceFault "); in taskfile_dump_status()448 if (stat & BUSY_STAT || ((stat & WRERR_STAT) && !drive->nowerr)) { in taskfile_error()
829 if (stat & WRERR_STAT) printk("DeviceFault "); in idedisk_dump_status()922 if (stat & BUSY_STAT || ((stat & WRERR_STAT) && !drive->nowerr)) { in idedisk_error()
380 if (stat & WRERR_STAT) printk("DeviceFault "); in ide_dump_status()
639 if (stat & BUSY_STAT || ((stat & WRERR_STAT) && !drive->nowerr)) { in ide_cdrom_error()
44 - support for drives with a stuck WRERR_STAT bit266 "hdx=nowerr" : ignore the WRERR_STAT bit on this drive
1124 (BUSY_STAT | WRERR_STAT | ERR_STAT )) { in isd200_try_enum()