Searched refs:curr_max (Results 1 – 1 of 1) sorted by relevance
163 int row_index = 0, col_index = 0, selected_row_index = 0, curr_max = 0; in msm_find_most_appropriate_phase() local238 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()