Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c52 #define WAIT_MS_SPINUP 20000 macro
282 while (j < WAIT_MS_SPINUP) { in ahci_host_init()
302 if (j == WAIT_MS_SPINUP) in ahci_host_init()
554 } while (get_timer(start) < WAIT_MS_SPINUP); in wait_spinup()