Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/st/clk/
Dclk-stm32mp13.c2203 int subnode_pll = 0; in clk_stm32_parse_pll_fdt() local
2212 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
2213 if (subnode_pll < 0) { in clk_stm32_parse_pll_fdt()
2217 cuint = fdt_getprop(fdt, subnode_pll, "st,pll_vco", NULL); in clk_stm32_parse_pll_fdt()
2232 err = clk_stm32_load_output_config(fdt, subnode_pll, &pll->output); in clk_stm32_parse_pll_fdt()