Home
last modified time | relevance | path

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

/drivers/soc/bcm/brcmstb/pm/
Dpm-arm.c82 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()
[all …]