Searched refs:top_sel (Results 1 – 1 of 1) sorted by relevance
129 unsigned int top_sel; in mpc1_is_mpcc_idle() local133 REG_GET(MPCC_TOP_SEL[mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_is_mpcc_idle()136 if (top_sel == 0xf && opp_id == 0xf && idle) in mpc1_is_mpcc_idle()145 unsigned int top_sel, mpc_busy, mpc_idle; in mpc1_assert_mpcc_idle_before_connect() local148 MPCC_TOP_SEL, &top_sel); in mpc1_assert_mpcc_idle_before_connect()150 if (top_sel == 0xf) { in mpc1_assert_mpcc_idle_before_connect()373 unsigned int top_sel; in mpc1_init_mpcc_list_from_hw() local385 REG_GET(MPCC_TOP_SEL[mpcc_id], MPCC_TOP_SEL, &top_sel); in mpc1_init_mpcc_list_from_hw()391 if ((opp_id == tree->opp_id) && (top_sel != 0xf)) { in mpc1_init_mpcc_list_from_hw()393 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw()[all …]