Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dahci.c48 #define WAIT_MS_SPINUP 20000 macro
288 while (j < WAIT_MS_SPINUP) { in ahci_host_init()
308 if (j == WAIT_MS_SPINUP) in ahci_host_init()
554 } while (get_timer(start) < WAIT_MS_SPINUP); in wait_spinup()