Searched refs:do_spm_low_power (Results 1 – 10 of 10) sorted by relevance
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/ |
| H A D | mt_spm_pmic_lp.h | 34 int do_spm_low_power(enum SPM_PWR_TYPE type, uint32_t cmd); 66 static inline int do_spm_low_power(enum SPM_PWR_TYPE type, uint32_t cmd) in do_spm_low_power() function
|
| H A D | mt_spm_pmic_lp.c | 209 int do_spm_low_power(enum SPM_PWR_TYPE type, uint32_t cmd) in do_spm_low_power() function
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/ |
| H A D | mt_spm_pmic_lp.h | 53 int do_spm_low_power(enum SPM_PWR_TYPE type, uint32_t cmd);
|
| H A D | mt_spm_pmic_lp.c | 188 int do_spm_low_power(enum SPM_PWR_TYPE type, uint32_t cmd) in do_spm_low_power() function
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/constraints/ |
| H A D | mt_spm_rc_bus26m.c | 166 do_spm_low_power(SPM_LP_ENTER, cmd); in spm_run_rc_bus26m() 208 do_spm_low_power(SPM_LP_RESUME, cmd); in spm_reset_rc_bus26m()
|
| H A D | mt_spm_rc_syspll.c | 167 do_spm_low_power(SPM_LP_ENTER, cmd); in spm_run_rc_syspll() 213 do_spm_low_power(SPM_LP_RESUME, cmd); in spm_reset_rc_syspll()
|
| H A D | mt_spm_rc_vcore.c | 161 do_spm_low_power(SPM_LP_ENTER, cmd); in spm_run_rc_vcore() 206 do_spm_low_power(SPM_LP_RESUME, cmd); in spm_reset_rc_vcore()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/constraints/ |
| H A D | mt_spm_rc_syspll.c | 160 if (do_spm_low_power(SPM_LP_ENTER, cmd) == PMIC_ONLV) in spm_run_rc_syspll() 204 do_spm_low_power(SPM_LP_RESUME, cmd); in spm_reset_rc_syspll()
|
| H A D | mt_spm_rc_vcore.c | 191 if (do_spm_low_power(SPM_LP_ENTER, cmd) == PMIC_ONLV) in spm_run_rc_vcore() 231 do_spm_low_power(SPM_LP_RESUME, cmd); in spm_reset_rc_vcore()
|
| H A D | mt_spm_rc_bus26m.c | 200 if (do_spm_low_power(SPM_LP_ENTER, cmd) == PMIC_ONLV) in spm_run_rc_bus26m() 244 do_spm_low_power(SPM_LP_RESUME, cmd); in spm_reset_rc_bus26m()
|