Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-msm.c163 int row_index = 0, col_index = 0, selected_row_index = 0, curr_max = 0; in msm_find_most_appropriate_phase() local
238 if (phases_per_row[cnt] > curr_max) { in msm_find_most_appropriate_phase()
239 curr_max = phases_per_row[cnt]; in msm_find_most_appropriate_phase()
244 i = (curr_max * 3) / 4; in msm_find_most_appropriate_phase()