Lines Matching refs:node
164 static void of_assigned_ldb_sels(struct device_node *node,
172 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents",
175 rc = of_parse_phandle_with_args(node, "assigned-clock-parents",
184 if (clkspec.np != node || clkspec.args[0] >= IMX6QDL_CLK_END) {
190 rc = of_parse_phandle_with_args(node, "assigned-clocks",
194 if (clkspec.np != node || clkspec.args[0] >= IMX6QDL_CLK_END) {
218 static bool pll6_bypassed(struct device_node *node)
223 num_clocks = of_count_phandle_with_args(node, "assigned-clocks",
229 ret = of_parse_phandle_with_args(node, "assigned-clocks",
235 if (clkspec.np == node &&
244 ret = of_parse_phandle_with_args(node, "assigned-clock-parents",