Searched refs:sun_top_ctrl (Results 1 – 1 of 1) sorted by relevance
45 struct device_node *sun_top_ctrl; in brcmstb_soc_device_early_init() local52 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() local81 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()
Completed in 4 milliseconds