Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32mp2.c2575 int subnode_pll = 0; in clk_stm32_parse_pll_fdt() local
2584 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
2585 if (subnode_pll < 0) { in clk_stm32_parse_pll_fdt()
2589 err = fdt_read_uint32_array(fdt, subnode_pll, "cfg", (int)PLLCFG_NB, pll->cfg); in clk_stm32_parse_pll_fdt()
2594 err = fdt_read_uint32_array(fdt, subnode_pll, "csg", (int)PLLCSG_NB, pll->csg); in clk_stm32_parse_pll_fdt()
2608 pll->frac = fdt_read_uint32_default(fdt, subnode_pll, "frac", 0); in clk_stm32_parse_pll_fdt()
2612 err = fdt_read_uint32(fdt, subnode_pll, "src", &val); in clk_stm32_parse_pll_fdt()
H A Dclk-stm32mp13.c2490 int subnode_pll = 0; in clk_stm32_parse_pll_fdt() local
2499 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
2500 if (subnode_pll < 0) { in clk_stm32_parse_pll_fdt()
2504 cuint = fdt_getprop(fdt, subnode_pll, "st,pll_vco", NULL); in clk_stm32_parse_pll_fdt()
2519 err = clk_stm32_load_output_config(fdt, subnode_pll, &pll->output); in clk_stm32_parse_pll_fdt()
H A Dstm32mp1_clk.c2725 int subnode_pll; in clk_stm32_parse_pll_fdt() local
2735 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
2736 if (subnode_pll < 0) { in clk_stm32_parse_pll_fdt()
2740 cuint = fdt_getprop(fdt, subnode_pll, "st,pll_vco", NULL); in clk_stm32_parse_pll_fdt()
2755 err = clk_stm32_load_output_config(fdt, subnode_pll, pll); in clk_stm32_parse_pll_fdt()