Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c52 #define WAIT_MS_SPINUP 20000 macro
298 while (j < WAIT_MS_SPINUP) { in ahci_host_init()
318 if (j == WAIT_MS_SPINUP) in ahci_host_init()
570 } while (get_timer(start) < WAIT_MS_SPINUP); in wait_spinup()