Home
last modified time | relevance | path

Searched refs:ddr_phy_base (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/soc/bcm/brcmstb/pm/
Dpm-mips.c46 void __iomem *ddr_phy_base; member
202 tmp = __raw_readl(ctrl.memcs[i].ddr_phy_base + in brcmstb_pm_s3()
206 __raw_writel(tmp, ctrl.memcs[i].ddr_phy_base + in brcmstb_pm_s3()
209 __raw_writel(tmp, ctrl.memcs[i].ddr_phy_base + in brcmstb_pm_s3()
268 s2_params[1] = (u32)ctrl.memcs[0].ddr_phy_base; in brcmstb_pm_s2()
417 ctrl.memcs[i].ddr_phy_base = base; in brcmstb_pm_init()
448 iounmap(ctrl.memcs[i].ddr_phy_base); in brcmstb_pm_init()
Dpm-arm.c74 void __iomem *ddr_phy_base; member
289 tmp = readl_relaxed(ctrl.memcs[i].ddr_phy_base + in s5entry_method1()
292 writel_relaxed(tmp, ctrl.memcs[i].ddr_phy_base + in s5entry_method1()
297 tmp = readl_relaxed(ctrl.memcs[i].ddr_phy_base + in s5entry_method1()
300 writel_relaxed(tmp, ctrl.memcs[i].ddr_phy_base + in s5entry_method1()
388 ctrl.memcs[0].ddr_phy_base + in brcmstb_pm_s2()
735 ctrl.memcs[0].ddr_phy_base = base; in brcmstb_pm_probe()
851 iounmap(ctrl.memcs[0].ddr_phy_base); in brcmstb_pm_probe()