Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/mt8195/drivers/spm/
H A Dmt_spm_vcorefs.c397 void spm_go_to_vcorefs(uint64_t spm_flags) in spm_go_to_vcorefs() argument
409 uint64_t spm_flags; in spm_vcorefs_args() local
416 spm_flags = SPM_FLAG_RUN_COMMON_SCENARIO; in spm_vcorefs_args()
418 spm_flags |= SPM_FLAG_DISABLE_VCORE_DVS; in spm_vcorefs_args()
420 spm_flags |= SPM_FLAG_DISABLE_VCORE_DFS; in spm_vcorefs_args()
421 spm_go_to_vcorefs(spm_flags); in spm_vcorefs_args()
487 uint64_t spm_flags; in spm_vcorefs_v2_args() local
494 spm_flags = SPM_FLAG_RUN_COMMON_SCENARIO; in spm_vcorefs_v2_args()
496 spm_flags |= SPM_FLAG_DISABLE_VCORE_DVS; in spm_vcorefs_v2_args()
499 spm_flags |= SPM_FLAG_DISABLE_VCORE_DFS; in spm_vcorefs_v2_args()
[all …]
/rk3399_ARM-atf/plat/mediatek/mt8192/drivers/spm/
H A Dmt_spm_vcorefs.c369 uint64_t spm_flags; in spm_vcorefs_args() local
377 spm_flags = SPM_FLAG_RUN_COMMON_SCENARIO; in spm_vcorefs_args()
379 spm_flags |= SPM_FLAG_DISABLE_VCORE_DVS; in spm_vcorefs_args()
383 spm_flags |= SPM_FLAG_DISABLE_VCORE_DFS; in spm_vcorefs_args()
387 spm_flags |= SPM_FLAG_ENABLE_VOLTAGE_BIN; in spm_vcorefs_args()
390 set_pwrctrl_pcm_flags(__spm_vcorefs.pwrctrl, spm_flags); in spm_vcorefs_args()
/rk3399_ARM-atf/plat/mediatek/mt8186/drivers/spm/
H A Dmt_spm_vcorefs.c497 uint64_t spm_flags; in spm_vcorefs_args() local
505 spm_flags = SPM_FLAG_RUN_COMMON_SCENARIO; in spm_vcorefs_args()
507 spm_flags |= SPM_FLAG_DISABLE_VCORE_DVS; in spm_vcorefs_args()
511 spm_flags |= SPM_FLAG_DISABLE_VCORE_DFS; in spm_vcorefs_args()
515 spm_flags |= SPM_FLAG_ENABLE_VOLTAGE_BIN; in spm_vcorefs_args()
518 set_pwrctrl_pcm_flags(__spm_vcorefs.pwrctrl, spm_flags); in spm_vcorefs_args()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_spm_vcorefs.h10 void spm_go_to_vcorefs(uint64_t spm_flags);
H A Dmt_vcore_dvfsrc_plat.c251 uint64_t spm_flags = VCORE_SPM_INIT_PCM_FLAG; in spm_vcorefs_plat_init() local
265 spm_flags |= SPM_FLAG_DISABLE_VCORE_DVS; in spm_vcorefs_plat_init()
268 spm_flags |= (SPM_FLAG_DISABLE_DDR_DFS | in spm_vcorefs_plat_init()
275 spm_flags |= (SPM_FLAG_DISABLE_VCORE_DVS | in spm_vcorefs_plat_init()
282 spm_go_to_vcorefs(spm_flags); in spm_vcorefs_plat_init()
H A Dmt_spm_vcorefs.c602 void spm_go_to_vcorefs(uint64_t spm_flags) in spm_go_to_vcorefs() argument
604 set_pwrctrl_pcm_flags(__spm_vcorefs.pwrctrl, spm_flags); in spm_go_to_vcorefs()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm_vcorefs.h10 void spm_go_to_vcorefs(uint64_t spm_flags);
/rk3399_ARM-atf/plat/mediatek/mt8173/drivers/spm/
H A Dspm_suspend.c39 const unsigned int spm_flags = variable
300 go_to_sleep_before_wfi(spm_flags); in spm_system_suspend()