Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/mt8195/drivers/spm/
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 …]
/trusted-firmware-a-latest/plat/mediatek/mt8192/drivers/spm/
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()
/trusted-firmware-a-latest/plat/mediatek/mt8186/drivers/spm/
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()
/trusted-firmware-a-latest/plat/mediatek/mt8173/drivers/spm/
Dspm_suspend.c39 const unsigned int spm_flags = variable
300 go_to_sleep_before_wfi(spm_flags); in spm_system_suspend()