Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soc/bcm/brcmstb/
Dcommon.c68 void __iomem *sun_top_ctrl_base; in brcmstb_soc_device_early_init() local
78 sun_top_ctrl_base = of_iomap(sun_top_ctrl, 0); in brcmstb_soc_device_early_init()
79 if (!sun_top_ctrl_base) { in brcmstb_soc_device_early_init()
84 family_id = readl(sun_top_ctrl_base); in brcmstb_soc_device_early_init()
85 product_id = readl(sun_top_ctrl_base + 0x4); in brcmstb_soc_device_early_init()
86 iounmap(sun_top_ctrl_base); in brcmstb_soc_device_early_init()