Searched refs:is_infra_pdn (Results 1 – 7 of 7) sorted by relevance
172 if (is_infra_pdn(suspend_ctrl.pcm_flags)) in go_to_sleep_before_wfi()194 if (is_infra_pdn(suspend_ctrl.pcm_flags)) in go_to_sleep_after_wfi()
2236 #define is_infra_pdn(flags) (!((flags) & SPM_FLAG_DIS_INFRA_PDN)) macro
143 #define is_infra_pdn(flags) (((flags) & SPM_FLAG_DISABLE_INFRA_PDN) == 0U) macro
149 #define is_infra_pdn(flags) (((flags) & SPM_FLAG_DISABLE_INFRA_PDN) == 0U) macro
255 is_infra_pdn(pwrctrl->pcm_flags)); in go_to_sleep_before_wfi()
288 #define is_infra_pdn(flags) (!((flags) & SPM_INFRA_PDN_DIS)) macro
Completed in 22 milliseconds