Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci-tegra.c853 u8 thd_low, u8 fixed_tap) in tegra_sdhci_tap_correction() argument
928 if (edge1 - 1 > fixed_tap) in tegra_sdhci_tap_correction()
929 tegra_host->tuned_tap_delay = edge1 - fixed_tap; in tegra_sdhci_tap_correction()
931 tegra_host->tuned_tap_delay = edge1 + fixed_tap; in tegra_sdhci_tap_correction()
941 u8 fixed_tap, start_tap, end_tap, window_width; in tegra_sdhci_post_tuning() local
968 fixed_tap = avg_tap_dly / 2; in tegra_sdhci_post_tuning()
986 fixed_tap); in tegra_sdhci_post_tuning()