Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c1598 int code_min = -1; in sdhci_eic7700_phase_code_tuning() local
1615 if (!is_emmc && code_min != -1 && code_max != -1) { in sdhci_eic7700_phase_code_tuning()
1616 if (code_max - code_min > code_range) { in sdhci_eic7700_phase_code_tuning()
1617 code_range = code_max - code_min; in sdhci_eic7700_phase_code_tuning()
1618 phase_code = (code_min + code_max) / 2; in sdhci_eic7700_phase_code_tuning()
1622 code_min = -1; in sdhci_eic7700_phase_code_tuning()
1626 if (is_emmc && code_min != -1 && code_max != -1) in sdhci_eic7700_phase_code_tuning()
1630 if (code_min == -1) { in sdhci_eic7700_phase_code_tuning()
1631 code_min = i; in sdhci_eic7700_phase_code_tuning()
1637 if (code_max - code_min > code_range) { in sdhci_eic7700_phase_code_tuning()
[all …]