Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/soc/bcm/brcmstb/
H A Dcommon.c46 void __iomem *sun_top_ctrl_base; in brcmstb_soc_device_early_init() local
56 sun_top_ctrl_base = of_iomap(sun_top_ctrl, 0); in brcmstb_soc_device_early_init()
57 if (!sun_top_ctrl_base) { in brcmstb_soc_device_early_init()
62 family_id = readl(sun_top_ctrl_base); in brcmstb_soc_device_early_init()
63 product_id = readl(sun_top_ctrl_base + 0x4); in brcmstb_soc_device_early_init()
64 iounmap(sun_top_ctrl_base); in brcmstb_soc_device_early_init()
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/
H A 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()

Completed in 2 milliseconds