Lines Matching refs:aon_sram
82 void __iomem *aon_sram; member
338 writel_relaxed(0, ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_poweroff()
339 (void)readl_relaxed(ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_poweroff()
413 flags = readl_relaxed(ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_s3_finish()
437 writel_relaxed(flags, ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_s3_finish()
439 ctrl.aon_sram + AON_REG_CONTROL_LOW); in brcmstb_pm_s3_finish()
441 ctrl.aon_sram + AON_REG_CONTROL_HIGH); in brcmstb_pm_s3_finish()
671 writel_relaxed(BRCMSTB_PANIC_MAGIC, ctrl.aon_sram + AON_REG_PANIC); in brcmstb_pm_panic_notify()
702 ctrl.aon_sram = ctrl.aon_ctrl_base + in brcmstb_pm_probe()
706 ctrl.aon_sram = base; in brcmstb_pm_probe()
710 writel_relaxed(0, ctrl.aon_sram + AON_REG_PANIC); in brcmstb_pm_probe()
843 iounmap(ctrl.aon_sram); in brcmstb_pm_probe()