Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/soc/bcm/brcmstb/
H A Dcommon.c45 struct device_node *sun_top_ctrl; in brcmstb_soc_device_early_init() local
52 sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match); in brcmstb_soc_device_early_init()
53 if (!sun_top_ctrl) in brcmstb_soc_device_early_init()
56 sun_top_ctrl_base = of_iomap(sun_top_ctrl, 0); in brcmstb_soc_device_early_init()
66 of_node_put(sun_top_ctrl); in brcmstb_soc_device_early_init()
74 struct device_node *sun_top_ctrl; in brcmstb_soc_device_init() local
81 sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match); in brcmstb_soc_device_init()
82 if (!sun_top_ctrl) in brcmstb_soc_device_init()
110 of_node_put(sun_top_ctrl); in brcmstb_soc_device_init()
/kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/
H A Dcommon.c67 struct device_node *sun_top_ctrl; in brcmstb_soc_device_early_init() local
74 sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match); in brcmstb_soc_device_early_init()
75 if (!sun_top_ctrl) in brcmstb_soc_device_early_init()
78 sun_top_ctrl_base = of_iomap(sun_top_ctrl, 0); in brcmstb_soc_device_early_init()
88 of_node_put(sun_top_ctrl); in brcmstb_soc_device_early_init()
96 struct device_node *sun_top_ctrl; in brcmstb_soc_device_init() local
103 sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match); in brcmstb_soc_device_init()
104 if (!sun_top_ctrl) in brcmstb_soc_device_init()
132 of_node_put(sun_top_ctrl); in brcmstb_soc_device_init()

Completed in 1 milliseconds