end_tap           888 drivers/mmc/host/sdhci-tegra.c 	u8 fixed_tap, start_tap, end_tap, window_width;
end_tap           919 drivers/mmc/host/sdhci-tegra.c 		end_tap = (val >> SDHCI_TEGRA_VNDR_TUN_STATUS1_END_TAP_SHIFT) &
end_tap           921 drivers/mmc/host/sdhci-tegra.c 		window_width = end_tap - start_tap;
end_tap           928 drivers/mmc/host/sdhci-tegra.c 		if (start_tap == 0 || (end_tap == (num_iter - 1)) ||
end_tap           929 drivers/mmc/host/sdhci-tegra.c 		    (end_tap == num_iter - 2) || window_width >= thdupper) {