Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/ !
Dsdhci-tegra.c940 u32 avg_tap_dly, val, min_tap_dly, max_tap_dly; in tegra_sdhci_post_tuning() local
952 max_tap_dly = soc_data->max_tap_delay; in tegra_sdhci_post_tuning()
956 worstcase = period_ps / max_tap_dly; in tegra_sdhci_post_tuning()
967 avg_tap_dly = (period_ps * 2) / (min_tap_dly + max_tap_dly); in tegra_sdhci_post_tuning()