Searched refs:memory_pm_ctrl (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm/mach-mvebu/
H A Dkirkwood-pm.c16 static void __iomem *memory_pm_ctrl; variable
22 mem_pm_ctrl = readl(memory_pm_ctrl);
25 writel_relaxed(~0, memory_pm_ctrl);
37 writel_relaxed(mem_pm_ctrl, memory_pm_ctrl);
65 memory_pm_ctrl = ioremap(MEMORY_PM_CTRL_PHYS, 4);

Completed in 143 milliseconds