Searched refs:subnode_vco (Results 1 – 2 of 2) sorted by relevance
2491 int subnode_vco = 0; in clk_stm32_parse_pll_fdt() local2509 subnode_vco = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()2510 if (subnode_vco < 0) { in clk_stm32_parse_pll_fdt()2514 err = clk_stm32_load_vco_config(fdt, subnode_vco, &pll->vco); in clk_stm32_parse_pll_fdt()
2726 int subnode_vco; in clk_stm32_parse_pll_fdt() local2745 subnode_vco = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()2746 if (subnode_vco < 0) { in clk_stm32_parse_pll_fdt()2750 err = clk_stm32_load_vco_config(fdt, subnode_vco, pll); in clk_stm32_parse_pll_fdt()