Searched refs:fixed_tap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 840 u8 thd_low, u8 fixed_tap) in tegra_sdhci_tap_correction() 915 if (edge1 - 1 > fixed_tap) in tegra_sdhci_tap_correction() 916 tegra_host->tuned_tap_delay = edge1 - fixed_tap; in tegra_sdhci_tap_correction() 918 tegra_host->tuned_tap_delay = edge1 + fixed_tap; in tegra_sdhci_tap_correction() 928 u8 fixed_tap, start_tap, end_tap, window_width; in tegra_sdhci_post_tuning() local 955 fixed_tap = avg_tap_dly / 2; in tegra_sdhci_post_tuning() 973 fixed_tap); in tegra_sdhci_post_tuning() 839 tegra_sdhci_tap_correction(struct sdhci_host *host, u8 thd_up, u8 thd_low, u8 fixed_tap) tegra_sdhci_tap_correction() argument
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 854 u8 thd_low, u8 fixed_tap) in tegra_sdhci_tap_correction() 929 if (edge1 - 1 > fixed_tap) in tegra_sdhci_tap_correction() 930 tegra_host->tuned_tap_delay = edge1 - fixed_tap; in tegra_sdhci_tap_correction() 932 tegra_host->tuned_tap_delay = edge1 + fixed_tap; in tegra_sdhci_tap_correction() 942 u8 fixed_tap, start_tap, end_tap, window_width; in tegra_sdhci_post_tuning() local 969 fixed_tap = avg_tap_dly / 2; in tegra_sdhci_post_tuning() 987 fixed_tap); in tegra_sdhci_post_tuning() 853 tegra_sdhci_tap_correction(struct sdhci_host *host, u8 thd_up, u8 thd_low, u8 fixed_tap) tegra_sdhci_tap_correction() argument
|
Completed in 8 milliseconds