Searched refs:end_tap (Results 1 – 1 of 1) sorted by relevance
942 u8 fixed_tap, start_tap, end_tap, window_width; in tegra_sdhci_post_tuning() local973 end_tap = (val >> SDHCI_TEGRA_VNDR_TUN_STATUS1_END_TAP_SHIFT) & in tegra_sdhci_post_tuning()975 window_width = end_tap - start_tap; in tegra_sdhci_post_tuning()982 if (start_tap == 0 || (end_tap == (num_iter - 1)) || in tegra_sdhci_post_tuning()983 (end_tap == num_iter - 2) || window_width >= thdupper) { in tegra_sdhci_post_tuning()