Lines Matching refs:phase_delay

330 	u32 phase_delay = 0;  in sdhci_omap_execute_tuning()  local
376 while (phase_delay <= MAX_PHASE_DELAY) { in sdhci_omap_execute_tuning()
377 sdhci_omap_set_dll(omap_host, phase_delay); in sdhci_omap_execute_tuning()
387 start_window = phase_delay; in sdhci_omap_execute_tuning()
400 phase_delay += 4; in sdhci_omap_execute_tuning()
414 phase_delay = min(max_window + 4 * (max_len - 1) - 24, in sdhci_omap_execute_tuning()
418 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
420 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
422 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
424 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
426 phase_delay = max_window + DIV_ROUND_UP(4 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
428 phase_delay = max_window + DIV_ROUND_UP(3 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
437 sdhci_omap_set_dll(omap_host, phase_delay + i); in sdhci_omap_execute_tuning()
441 phase_delay += i + 6; in sdhci_omap_execute_tuning()
443 phase_delay += i - 12; in sdhci_omap_execute_tuning()
445 phase_delay += i - 8; in sdhci_omap_execute_tuning()
447 phase_delay += i - 6; in sdhci_omap_execute_tuning()
454 sdhci_omap_set_dll(omap_host, phase_delay + i); in sdhci_omap_execute_tuning()
458 phase_delay += i + 12; in sdhci_omap_execute_tuning()
460 phase_delay += i + 8; in sdhci_omap_execute_tuning()
462 phase_delay += i + 8; in sdhci_omap_execute_tuning()
464 phase_delay += i + 10; in sdhci_omap_execute_tuning()
466 phase_delay += i + 12; in sdhci_omap_execute_tuning()
479 sdhci_omap_set_dll(omap_host, phase_delay); in sdhci_omap_execute_tuning()