Searched refs:DDRCTRL_PWRCTL_POWERDOWN_EN (Results 1 – 2 of 2) sorted by relevance
678 mmio_clrbits_32((uintptr_t)&ctl->pwrctl, DDRCTRL_PWRCTL_POWERDOWN_EN); in stm32mp1_refresh_disable()692 if ((pwrctl & DDRCTRL_PWRCTL_POWERDOWN_EN) != 0U) { in stm32mp1_refresh_restore()694 DDRCTRL_PWRCTL_POWERDOWN_EN); in stm32mp1_refresh_restore()
283 #define DDRCTRL_PWRCTL_POWERDOWN_EN BIT(1) macro