Home
last modified time | relevance | path

Searched refs:SPM_FLAG_DISABLE_DDRPHY_PDN (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/mt8186/drivers/spm/
H A Dsleep_def.h17 #define SPM_FLAG_DISABLE_DDRPHY_PDN (1U << 2) macro
144 #define is_ddrphy_pdn(flags) (((flags) & SPM_FLAG_DISABLE_DDRPHY_PDN) == 0U)
/rk3399_ARM-atf/plat/mediatek/mt8195/drivers/spm/
H A Dsleep_def.h17 #define SPM_FLAG_DISABLE_DDRPHY_PDN (1U << 2) macro
150 #define is_ddrphy_pdn(flags) (((flags) & SPM_FLAG_DISABLE_DDRPHY_PDN) == 0U)
/rk3399_ARM-atf/plat/mediatek/mt8192/drivers/spm/
H A Dsleep_def.h17 #define SPM_FLAG_DISABLE_DDRPHY_PDN (1U << 2) macro
150 #define is_ddrphy_pdn(flags) (((flags) & SPM_FLAG_DISABLE_DDRPHY_PDN) == 0U)
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8188/
H A Dsleep_def.h17 #define SPM_FLAG_DISABLE_DDRPHY_PDN (1U << 2) macro
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dsleep_def.h30 #define SPM_FLAG_DISABLE_DDRPHY_PDN BIT(15) macro