HomeSort by relevance Sort by last modified time
    Searched refs:ATA_STAT_FAULT (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
ata.h 58 #define ATA_STAT_FAULT 0x20 /* Device Fault */
121 #define ATA_BAD_W_STAT (ATA_BAD_R_STAT | ATA_STAT_FAULT)
  /external/u-boot/drivers/block/
ide.c 594 ((c & (ATA_STAT_FAULT | ATA_STAT_ERR)) != 0)) {
794 if (c & (ATA_STAT_BUSY | ATA_STAT_FAULT)) {

Completed in 74 milliseconds