Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_spm.c292 struct spm_lp_scen *spmlp = NULL; in mt_spm_hwctrl() local
295 mt_spm_common_sodi_get_spm_lp(&spmlp); in mt_spm_hwctrl()
298 mt_spm_idle_generic_get_spm_lp(&spmlp); in mt_spm_hwctrl()
301 if (!spmlp) in mt_spm_hwctrl()
303 __spm_set_power_control(spmlp->pwrctrl, *(uint32_t *)priv); in mt_spm_hwctrl()
341 struct spm_lp_scen *spmlp; in mt_spm_common_sodi_get_spm_pcm_flag() local
344 mt_spm_common_sodi_get_spm_lp(&spmlp); in mt_spm_common_sodi_get_spm_pcm_flag()
346 pwrctrl = spmlp->pwrctrl; in mt_spm_common_sodi_get_spm_pcm_flag()
366 struct spm_lp_scen *spmlp; in mt_spm_common_sodi_en() local
369 mt_spm_common_sodi_get_spm_lp(&spmlp); in mt_spm_common_sodi_en()
[all …]
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm.c291 struct spm_lp_scen *spmlp; in mt_spm_hwctrl() local
294 mt_spm_idle_generic_get_spm_lp(&spmlp); in mt_spm_hwctrl()
296 if (!spmlp) in mt_spm_hwctrl()
298 __spm_set_power_control(spmlp->pwrctrl, *(uint32_t *)priv); in mt_spm_hwctrl()