Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/bcm/brcmstb/pm/
Dpm-arm.c81 void __iomem *aon_sram; member
335 writel_relaxed(0, ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_poweroff()
336 (void)readl_relaxed(ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_poweroff()
410 flags = readl_relaxed(ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_s3_finish()
434 writel_relaxed(flags, ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_s3_finish()
436 ctrl.aon_sram + AON_REG_CONTROL_LOW); in brcmstb_pm_s3_finish()
438 ctrl.aon_sram + AON_REG_CONTROL_HIGH); in brcmstb_pm_s3_finish()
668 writel_relaxed(BRCMSTB_PANIC_MAGIC, ctrl.aon_sram + AON_REG_PANIC); in brcmstb_pm_panic_notify()
698 ctrl.aon_sram = ctrl.aon_ctrl_base + in brcmstb_pm_probe()
701 ctrl.aon_sram = base; in brcmstb_pm_probe()
[all …]