Searched refs:temp_mpcc (Results 1 – 1 of 1) sorted by relevance
194 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane() local196 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()197 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()198 if (temp_mpcc == NULL) in mpc1_insert_plane()226 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane() local228 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()229 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()230 if (temp_mpcc && temp_mpcc->mpcc_bot == insert_above_mpcc) { in mpc1_insert_plane()231 REG_SET(MPCC_BOT_SEL[temp_mpcc->mpcc_id], 0, MPCC_BOT_SEL, mpcc_id); in mpc1_insert_plane()232 temp_mpcc->mpcc_bot = new_mpcc; in mpc1_insert_plane()[all …]