Lines Matching refs:node
752 of_clk_del_provider(ccu->node); /* safe if never added */ in kona_ccu_teardown()
754 of_node_put(ccu->node); in kona_ccu_teardown()
755 ccu->node = NULL; in kona_ccu_teardown()
794 struct device_node *node) in kona_dt_ccu_setup() argument
801 ret = of_address_to_resource(node, 0, &res); in kona_dt_ccu_setup()
804 node); in kona_dt_ccu_setup()
811 node); in kona_dt_ccu_setup()
818 pr_err("%s: ccu data not valid for %pOFn\n", __func__, node); in kona_dt_ccu_setup()
825 node); in kona_dt_ccu_setup()
828 ccu->node = of_node_get(node); in kona_dt_ccu_setup()
841 ret = of_clk_add_hw_provider(node, of_clk_kona_onecell_get, ccu); in kona_dt_ccu_setup()
844 node, ret); in kona_dt_ccu_setup()
849 pr_err("Broadcom %pOFn initialization had errors\n", node); in kona_dt_ccu_setup()
854 pr_err("Broadcom %pOFn setup aborted\n", node); in kona_dt_ccu_setup()