Home
last modified time | relevance | path

Searched refs:tap_result (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-tegra.c846 bool tap_result; in tegra_sdhci_tap_correction() local
871 tap_result = tun_status & (1 << bit); in tegra_sdhci_tap_correction()
872 if (!tap_result && !start_fail) { in tegra_sdhci_tap_correction()
879 } else if (tap_result && start_fail && !start_pass) { in tegra_sdhci_tap_correction()
887 } else if (!tap_result && start_fail && start_pass && in tegra_sdhci_tap_correction()
891 } else if (tap_result && start_pass && start_fail && in tegra_sdhci_tap_correction()