Searched refs:SPM_FLAG_DISABLE_DDRPHY_PDN (Results 1 – 5 of 5) sorted by relevance
17 #define SPM_FLAG_DISABLE_DDRPHY_PDN (1U << 2) macro144 #define is_ddrphy_pdn(flags) (((flags) & SPM_FLAG_DISABLE_DDRPHY_PDN) == 0U)
17 #define SPM_FLAG_DISABLE_DDRPHY_PDN (1U << 2) macro150 #define is_ddrphy_pdn(flags) (((flags) & SPM_FLAG_DISABLE_DDRPHY_PDN) == 0U)
17 #define SPM_FLAG_DISABLE_DDRPHY_PDN (1U << 2) macro
30 #define SPM_FLAG_DISABLE_DDRPHY_PDN BIT(15) macro