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.c2491 int subnode_vco = 0; in clk_stm32_parse_pll_fdt() local
2509 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()
H A Dstm32mp1_clk.c2726 int subnode_vco; in clk_stm32_parse_pll_fdt() local
2745 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()