Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-msm.c1190 u8 phase, tuned_phases[16], tuned_phase_cnt = 0; in sdhci_msm_execute_tuning() local
1238 tuned_phases[tuned_phase_cnt++] = phase; in sdhci_msm_execute_tuning()
1242 } while (++phase < ARRAY_SIZE(tuned_phases)); in sdhci_msm_execute_tuning()
1245 if (tuned_phase_cnt == ARRAY_SIZE(tuned_phases)) { in sdhci_msm_execute_tuning()
1261 rc = msm_find_most_appropriate_phase(host, tuned_phases, in sdhci_msm_execute_tuning()