Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci-tegra.c941 u8 fixed_tap, start_tap, end_tap, window_width; in tegra_sdhci_post_tuning() local
972 end_tap = (val >> SDHCI_TEGRA_VNDR_TUN_STATUS1_END_TAP_SHIFT) & in tegra_sdhci_post_tuning()
974 window_width = end_tap - start_tap; in tegra_sdhci_post_tuning()
981 if (start_tap == 0 || (end_tap == (num_iter - 1)) || in tegra_sdhci_post_tuning()
982 (end_tap == num_iter - 2) || window_width >= thdupper) { in tegra_sdhci_post_tuning()