Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp13.c1542 int subnode_vco = 0; in clk_stm32_parse_pll_fdt() local
1557 subnode_vco = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
1558 if (subnode_vco < 0) in clk_stm32_parse_pll_fdt()
1561 err = clk_stm32_load_vco_config_fdt(fdt, subnode_vco, &pll->vco); in clk_stm32_parse_pll_fdt()