Searched refs:spm_flags (Results 1 – 8 of 8) sorted by relevance
397 void spm_go_to_vcorefs(uint64_t spm_flags) in spm_go_to_vcorefs() argument409 uint64_t spm_flags; in spm_vcorefs_args() local416 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() local494 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 …]
369 uint64_t spm_flags; in spm_vcorefs_args() local377 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()
497 uint64_t spm_flags; in spm_vcorefs_args() local505 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()
10 void spm_go_to_vcorefs(uint64_t spm_flags);
251 uint64_t spm_flags = VCORE_SPM_INIT_PCM_FLAG; in spm_vcorefs_plat_init() local265 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()
602 void spm_go_to_vcorefs(uint64_t spm_flags) in spm_go_to_vcorefs() argument604 set_pwrctrl_pcm_flags(__spm_vcorefs.pwrctrl, spm_flags); in spm_go_to_vcorefs()
39 const unsigned int spm_flags = variable300 go_to_sleep_before_wfi(spm_flags); in spm_system_suspend()