Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/bcm/brcmstb/
Dcommon.c72 void __iomem *sun_top_ctrl_base; in brcmstb_soc_device_early_init() local
82 sun_top_ctrl_base = of_iomap(sun_top_ctrl, 0); in brcmstb_soc_device_early_init()
83 if (!sun_top_ctrl_base) { in brcmstb_soc_device_early_init()
88 family_id = readl(sun_top_ctrl_base); in brcmstb_soc_device_early_init()
89 product_id = readl(sun_top_ctrl_base + 0x4); in brcmstb_soc_device_early_init()
90 iounmap(sun_top_ctrl_base); in brcmstb_soc_device_early_init()