Searched refs:stm32_clk_parse_fdt_opp (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp13.c | 1597 static int stm32_clk_parse_fdt_opp(const void *fdt, int node, in stm32_clk_parse_fdt_opp() function 1653 ret = stm32_clk_parse_fdt_opp(fdt, node, "st,ck_mpu", opp->mpu_opp); in stm32_clk_parse_fdt_all_opp() 1657 ret = stm32_clk_parse_fdt_opp(fdt, node, "st,ck_axi", opp->axi_opp); in stm32_clk_parse_fdt_all_opp() 1661 ret = stm32_clk_parse_fdt_opp(fdt, node, "st,ck_mlahbs", in stm32_clk_parse_fdt_all_opp()
|
| H A D | clk-stm32mp21.c | 1164 static int stm32_clk_parse_fdt_opp(const void *fdt, int node, in stm32_clk_parse_fdt_opp() function 1208 return stm32_clk_parse_fdt_opp(fdt, node, "st,ck_cpu1", opp->cpu1_opp); in stm32_clk_parse_fdt_all_opp()
|
| H A D | clk-stm32mp25.c | 1179 static int stm32_clk_parse_fdt_opp(const void *fdt, int node, in stm32_clk_parse_fdt_opp() function 1226 return stm32_clk_parse_fdt_opp(fdt, node, "st,ck_cpu1", opp->cpu1_opp); in stm32_clk_parse_fdt_all_opp()
|