Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/bcm/brcmstb/pm/
Dpm-arm.c81 void __iomem *aon_sram; member
337 writel_relaxed(0, ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_poweroff()
338 (void)readl_relaxed(ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_poweroff()
412 flags = readl_relaxed(ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_s3_finish()
436 writel_relaxed(flags, ctrl.aon_sram + AON_REG_MAGIC_FLAGS); in brcmstb_pm_s3_finish()
438 ctrl.aon_sram + AON_REG_CONTROL_LOW); in brcmstb_pm_s3_finish()
440 ctrl.aon_sram + AON_REG_CONTROL_HIGH); in brcmstb_pm_s3_finish()
683 writel_relaxed(BRCMSTB_PANIC_MAGIC, ctrl.aon_sram + AON_REG_PANIC); in brcmstb_pm_panic_notify()
714 ctrl.aon_sram = ctrl.aon_ctrl_base + in brcmstb_pm_probe()
718 ctrl.aon_sram = base; in brcmstb_pm_probe()
[all …]