worstcase         891 drivers/mmc/host/sdhci-tegra.c 	u32 clk_rate_mhz, period_ps, bestcase, worstcase;
worstcase         903 drivers/mmc/host/sdhci-tegra.c 		worstcase = period_ps / max_tap_dly;
worstcase         908 drivers/mmc/host/sdhci-tegra.c 		thdupper = (2 * worstcase + bestcase) / 2;
worstcase         909 drivers/mmc/host/sdhci-tegra.c 		thdlower = worstcase / 4;