Lines Matching refs:node
169 static void of_assigned_ldb_sels(struct device_node *node,
177 num_parents = of_count_phandle_with_args(node, "assigned-clock-parents",
180 rc = of_parse_phandle_with_args(node, "assigned-clock-parents",
189 if (clkspec.np != node || clkspec.args[0] >= IMX6QDL_CLK_END) {
195 rc = of_parse_phandle_with_args(node, "assigned-clocks",
199 if (clkspec.np != node || clkspec.args[0] >= IMX6QDL_CLK_END) {
223 static bool pll6_bypassed(struct device_node *node)
228 num_clocks = of_count_phandle_with_args(node, "assigned-clocks",
234 ret = of_parse_phandle_with_args(node, "assigned-clocks",
240 if (clkspec.np == node &&
249 ret = of_parse_phandle_with_args(node, "assigned-clock-parents",