Searched refs:ATA_STAT_READY (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | ata.h | 57 #define ATA_STAT_READY 0x40 /* Device Ready */ macro |
/openbmc/u-boot/drivers/block/ | ||
H A D | ide.c | 798 } else if ((c & ATA_STAT_READY) == 0) { in ide_init() |