Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-tegra.c927 u32 avg_tap_dly, val, min_tap_dly, max_tap_dly; in tegra_sdhci_post_tuning() local
939 max_tap_dly = soc_data->max_tap_delay; in tegra_sdhci_post_tuning()
943 worstcase = period_ps / max_tap_dly; in tegra_sdhci_post_tuning()
954 avg_tap_dly = (period_ps * 2) / (min_tap_dly + max_tap_dly); in tegra_sdhci_post_tuning()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-tegra.c941 u32 avg_tap_dly, val, min_tap_dly, max_tap_dly; in tegra_sdhci_post_tuning() local
953 max_tap_dly = soc_data->max_tap_delay; in tegra_sdhci_post_tuning()
957 worstcase = period_ps / max_tap_dly; in tegra_sdhci_post_tuning()
968 avg_tap_dly = (period_ps * 2) / (min_tap_dly + max_tap_dly); in tegra_sdhci_post_tuning()

Completed in 5 milliseconds