Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_vcore_dvfsrc_plat.c99 static int opp_type; variable
138 if (opp_type == 2) { in dvfsrc_init()
142 } else if (opp_type == 0) { in dvfsrc_init()
146 } else if (opp_type == 3) { in dvfsrc_init()
261 opp_type = (dvfsrc_rsrv >> V_OPP_TYPE_SHIFT) & V_OPP_TYPE_SHIFT_MASK; in spm_vcorefs_plat_init()