Home
last modified time | relevance | path

Searched refs:SPM_FLAG_DISABLE_INFRA_PDN (Results 1 – 24 of 24) sorted by relevance

/trusted-firmware-a-latest/plat/mediatek/mt8186/drivers/spm/
Dsleep_def.h16 #define SPM_FLAG_DISABLE_INFRA_PDN (1U << 1) macro
143 #define is_infra_pdn(flags) (((flags) & SPM_FLAG_DISABLE_INFRA_PDN) == 0U)
Dmt_spm_suspend.c20 (SPM_FLAG_DISABLE_INFRA_PDN | \
/trusted-firmware-a-latest/plat/mediatek/mt8192/drivers/spm/
Dsleep_def.h16 #define SPM_FLAG_DISABLE_INFRA_PDN (1U << 1) macro
149 #define is_infra_pdn(flags) (((flags) & SPM_FLAG_DISABLE_INFRA_PDN) == 0U)
Dmt_spm_suspend.c20 (SPM_FLAG_DISABLE_INFRA_PDN | \
77 .pcm_flags = SPM_SUSPEND_PCM_FLAG | SPM_FLAG_DISABLE_INFRA_PDN,
/trusted-firmware-a-latest/plat/mediatek/mt8195/drivers/spm/
Dsleep_def.h16 #define SPM_FLAG_DISABLE_INFRA_PDN (1U << 1) macro
149 #define is_infra_pdn(flags) (((flags) & SPM_FLAG_DISABLE_INFRA_PDN) == 0U)
Dmt_spm_suspend.c20 (SPM_FLAG_DISABLE_INFRA_PDN | \
/trusted-firmware-a-latest/plat/mediatek/drivers/spm/mt8188/
Dmt_spm_suspend.c27 (SPM_FLAG_DISABLE_INFRA_PDN | \
382 suspend_ctrl.pcm_flags |= SPM_FLAG_DISABLE_INFRA_PDN; in mt_spm_suspend_enter()
384 suspend_ctrl.pcm_flags &= ~SPM_FLAG_DISABLE_INFRA_PDN; in mt_spm_suspend_enter()
Dsleep_def.h16 #define SPM_FLAG_DISABLE_INFRA_PDN (1U << 1) macro
/trusted-firmware-a-latest/plat/mediatek/mt8195/drivers/spm/constraints/
Dmt_spm_rc_cpu_buck_ldo.c24 (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_dram.c31 (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_syspll.c31 (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_bus26m.c39 (SPM_FLAG_DISABLE_INFRA_PDN | \
/trusted-firmware-a-latest/plat/mediatek/mt8192/drivers/spm/constraints/
Dmt_spm_rc_cpu_buck_ldo.c24 (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_dram.c31 (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_syspll.c31 (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_bus26m.c39 (SPM_FLAG_DISABLE_INFRA_PDN | \
/trusted-firmware-a-latest/plat/mediatek/mt8186/drivers/spm/constraints/
Dmt_spm_rc_cpu_buck_ldo.c24 (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_dram.c30 (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_syspll.c37 (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_bus26m.c44 (SPM_FLAG_DISABLE_INFRA_PDN | \
/trusted-firmware-a-latest/plat/mediatek/drivers/spm/mt8188/constraints/
Dmt_spm_rc_cpu_buck_ldo.c23 #define CONSTRAINT_CPU_BUCK_PCM_FLAG (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_dram.c28 #define CONSTRAINT_DRAM_PCM_FLAG (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_syspll.c30 #define CONSTRAINT_SYSPLL_PCM_FLAG (SPM_FLAG_DISABLE_INFRA_PDN | \
Dmt_spm_rc_bus26m.c33 #define CONSTRAINT_BUS26M_PCM_FLAG (SPM_FLAG_DISABLE_INFRA_PDN | \