Searched refs:phase_table (Results 1 – 1 of 1) sorted by relevance
501 u8 *phase_table, u8 total_phases) in msm_find_most_appropriate_phase() argument 518 ranges[row_index][col_index] = phase_table[cnt]; in msm_find_most_appropriate_phase() 524 /* check if next phase in phase_table is consecutive or not */ in msm_find_most_appropriate_phase() 525 } else if ((phase_table[cnt] + 1) != phase_table[cnt + 1]) { in msm_find_most_appropriate_phase()