Home
last modified time | relevance | path

Searched refs:DDRCTRL_PWRCTL_POWERDOWN_EN (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/st/ddr/
H A Dstm32mp2_ddr.c319 DDRCTRL_PWRCTL_POWERDOWN_EN | DDRCTRL_PWRCTL_SELFREF_EN); in disable_refresh()
342 if ((pwrctl & DDRCTRL_PWRCTL_POWERDOWN_EN) != 0U) { in restore_refresh()
343 mmio_setbits_32((uintptr_t)&ctl->pwrctl, DDRCTRL_PWRCTL_POWERDOWN_EN); in restore_refresh()
H A Dstm32mp1_ddr.c533 mmio_clrbits_32((uintptr_t)&ctl->pwrctl, DDRCTRL_PWRCTL_POWERDOWN_EN); in stm32mp1_refresh_disable()
547 if ((pwrctl & DDRCTRL_PWRCTL_POWERDOWN_EN) != 0U) { in stm32mp1_refresh_restore()
549 DDRCTRL_PWRCTL_POWERDOWN_EN); in stm32mp1_refresh_restore()
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32mp_ddrctrl_regs.h224 #define DDRCTRL_PWRCTL_POWERDOWN_EN BIT(1) macro