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.c2348 int subnode_pll = 0; in clk_stm32_parse_pll_fdt() local
2357 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
2358 if (subnode_pll < 0) { in clk_stm32_parse_pll_fdt()
2362 err = fdt_read_uint32_array(fdt, subnode_pll, "cfg", (int)PLLCFG_NB, pll->cfg); in clk_stm32_parse_pll_fdt()
2367 err = fdt_read_uint32_array(fdt, subnode_pll, "csg", (int)PLLCSG_NB, pll->csg); in clk_stm32_parse_pll_fdt()
2381 pll->frac = fdt_read_uint32_default(fdt, subnode_pll, "frac", 0); in clk_stm32_parse_pll_fdt()
2385 err = fdt_read_uint32(fdt, subnode_pll, "src", &val); in clk_stm32_parse_pll_fdt()
H A Dclk-stm32mp13.c2233 int subnode_pll = 0; in clk_stm32_parse_pll_fdt() local
2242 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
2243 if (subnode_pll < 0) { in clk_stm32_parse_pll_fdt()
2247 cuint = fdt_getprop(fdt, subnode_pll, "st,pll_vco", NULL); in clk_stm32_parse_pll_fdt()
2262 err = clk_stm32_load_output_config(fdt, subnode_pll, &pll->output); in clk_stm32_parse_pll_fdt()
H A Dstm32mp1_clk.c2716 int subnode_pll; in clk_stm32_parse_pll_fdt() local
2726 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
2727 if (subnode_pll < 0) { in clk_stm32_parse_pll_fdt()
2731 cuint = fdt_getprop(fdt, subnode_pll, "st,pll_vco", NULL); in clk_stm32_parse_pll_fdt()
2746 err = clk_stm32_load_output_config(fdt, subnode_pll, pll); in clk_stm32_parse_pll_fdt()