Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/bcm/brcmstb/pm/
Dpm-arm.c89 void __iomem *aon_sram; member
343 writel_relaxed(0, ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_poweroff()
344 (void)readl_relaxed(ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_poweroff()
418 flags = readl_relaxed(ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_s3_finish()
442 writel_relaxed(flags, ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_s3_finish()
444 ctrl.aon_sram + AON_REG_CONTROL_LOW); in brcmstb_pm_s3_finish()
446 ctrl.aon_sram + AON_REG_CONTROL_HIGH); in brcmstb_pm_s3_finish()
676 writel_relaxed(BRCMSTB_PANIC_MAGIC, ctrl.aon_sram + AON_REG_PANIC); in brcmstb_pm_panic_notify()
706 ctrl.aon_sram = ctrl.aon_ctrl_base + in brcmstb_pm_probe()
709 ctrl.aon_sram = base; in brcmstb_pm_probe()
[all …]