Home
last modified time | relevance | path

Searched refs:worstcase (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-tegra.c931 u32 clk_rate_mhz, period_ps, bestcase, worstcase; in tegra_sdhci_post_tuning() local
943 worstcase = period_ps / max_tap_dly; in tegra_sdhci_post_tuning()
948 thdupper = (2 * worstcase + bestcase) / 2; in tegra_sdhci_post_tuning()
949 thdlower = worstcase / 4; in tegra_sdhci_post_tuning()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-tegra.c945 u32 clk_rate_mhz, period_ps, bestcase, worstcase; in tegra_sdhci_post_tuning() local
957 worstcase = period_ps / max_tap_dly; in tegra_sdhci_post_tuning()
962 thdupper = (2 * worstcase + bestcase) / 2; in tegra_sdhci_post_tuning()
963 thdlower = worstcase / 4; in tegra_sdhci_post_tuning()

Completed in 6 milliseconds