Home
last modified time | relevance | path

Searched refs:subnode_vco (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32mp13.c2234 int subnode_vco = 0; in clk_stm32_parse_pll_fdt() local
2252 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()
H A Dstm32mp1_clk.c2717 int subnode_vco; in clk_stm32_parse_pll_fdt() local
2736 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()