Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Domap_hsmmc.c619 u32 phase_delay = 0; in omap_hsmmc_execute_tuning() local
635 while (phase_delay <= MAX_PHASE_DELAY) { in omap_hsmmc_execute_tuning()
636 omap_hsmmc_set_dll(mmc, phase_delay); in omap_hsmmc_execute_tuning()
644 start_window = phase_delay; in omap_hsmmc_execute_tuning()
655 phase_delay += 4; in omap_hsmmc_execute_tuning()
669 phase_delay = max_window + 4 * ((3 * max_len) >> 2); in omap_hsmmc_execute_tuning()
670 omap_hsmmc_set_dll(mmc, phase_delay); in omap_hsmmc_execute_tuning()