Searched refs:subnode_vco (Results 1 – 2 of 2) sorted by relevance
2234 int subnode_vco = 0; in clk_stm32_parse_pll_fdt() local2252 subnode_vco = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()2253 if (subnode_vco < 0) { in clk_stm32_parse_pll_fdt()2257 err = clk_stm32_load_vco_config(fdt, subnode_vco, &pll->vco); in clk_stm32_parse_pll_fdt()
2717 int subnode_vco; in clk_stm32_parse_pll_fdt() local2736 subnode_vco = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()2737 if (subnode_vco < 0) { in clk_stm32_parse_pll_fdt()2741 err = clk_stm32_load_vco_config(fdt, subnode_vco, pll); in clk_stm32_parse_pll_fdt()