Searched refs:ATA_STAT_FAULT (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Data.h52 #define ATA_STAT_FAULT 0x20 /* Device Fault */ macro
81 #define ATA_BAD_W_STAT (ATA_BAD_R_STAT | ATA_STAT_FAULT)
/u-boot/drivers/block/
H A Dide.c585 !(c & (ATA_STAT_FAULT | ATA_STAT_ERR))) {
699 if (c & (ATA_STAT_BUSY | ATA_STAT_FAULT)) {

Completed in 101 milliseconds