Home
last modified time | relevance | path

Searched refs:ATA_RESET_TIME (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Data.h130 #ifndef ATA_RESET_TIME
131 #define ATA_RESET_TIME 60 /* spec allows up to 31 seconds */ macro
/openbmc/u-boot/include/configs/
H A DMPC8349ITX.h124 #define ATA_RESET_TIME 1 macro
/openbmc/u-boot/drivers/block/
H A Dide.c785 if (i > (ATA_RESET_TIME * 100)) { in ide_init()