Searched refs:pwrctl (Results 1 – 6 of 6) sorted by relevance
93 DDRCTL_REG_REG(pwrctl),688 clrbits_le32(&ctl->pwrctl, DDRCTRL_PWRCTL_POWERDOWN_EN | in stm32mp1_refresh_disable()695 u32 rfshctl3, u32 pwrctl) in stm32mp1_refresh_restore() argument700 if (pwrctl & DDRCTRL_PWRCTL_POWERDOWN_EN) in stm32mp1_refresh_restore()701 setbits_le32(&ctl->pwrctl, DDRCTRL_PWRCTL_POWERDOWN_EN); in stm32mp1_refresh_restore()702 if ((pwrctl & DDRCTRL_PWRCTL_SELFREF_EN)) in stm32mp1_refresh_restore()703 setbits_le32(&ctl->pwrctl, DDRCTRL_PWRCTL_SELFREF_EN); in stm32mp1_refresh_restore()714 if (!(pwrctl & DDRCTRL_PWRCTL_EN_DFI_DRAM_CLK_DISABLE)) in stm32mp1_asr_enable()731 setbits_le32(&ctl->pwrctl, DDRCTRL_PWRCTL_SELFREF_EN); in stm32mp1_asr_enable()906 config->c_reg.pwrctl); in stm32mp1_ddr_init()[all …]
46 u32 pwrctl; member
23 u32 pwrctl; /* 0x30 Low Power Control*/ member
238 u32 pwrctl; in data_training() local242 pwrctl = readl(pctl_base + DDR_PCTL2_PWRCTL); in data_training()252 writel(pwrctl, pctl_base + DDR_PCTL2_PWRCTL); in data_training()
355 u32 pwrctl; in data_training() local359 pwrctl = readl(pctl_base + DDR_PCTL2_PWRCTL); in data_training()369 writel(pwrctl, pctl_base + DDR_PCTL2_PWRCTL); in data_training()
2483 u32 pwrctl; in dram_detect_cap() local2547 pwrctl = readl(pctl_base + DDR_PCTL2_PWRCTL); in dram_detect_cap()2599 writel(pwrctl, pctl_base + DDR_PCTL2_PWRCTL); in dram_detect_cap()
Completed in 22 milliseconds