max_tap_dly       887 drivers/mmc/host/sdhci-tegra.c 	u32 avg_tap_dly, val, min_tap_dly, max_tap_dly;
max_tap_dly       899 drivers/mmc/host/sdhci-tegra.c 		max_tap_dly = soc_data->max_tap_delay;
max_tap_dly       903 drivers/mmc/host/sdhci-tegra.c 		worstcase = period_ps / max_tap_dly;
max_tap_dly       914 drivers/mmc/host/sdhci-tegra.c 		avg_tap_dly = (period_ps * 2) / (min_tap_dly + max_tap_dly);