Searched refs:stm32_mux_set_parent (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32-core.c | 49 TEE_Result stm32_mux_set_parent(uint16_t mux_id, uint8_t sel) in stm32_mux_set_parent() function 363 return stm32_mux_set_parent(cfg->mux_id, pidx); in clk_stm32_mux_set_parent() 456 return stm32_mux_set_parent(cfg->mux_id, pidx); in clk_stm32_composite_set_parent()
|
| H A D | clk-stm32-core.h | 131 TEE_Result stm32_mux_set_parent(uint16_t pid, uint8_t sel);
|
| H A D | clk-stm32mp13.c | 964 if (stm32_mux_set_parent(mux, sel)) in stm32_clk_configure_clk() 989 if (stm32_mux_set_parent(mux, sel)) in stm32_clk_configure_mux() 1266 if (stm32_mux_set_parent(mux_sys, 0)) in clk_stm32_pll_init_switch_to_hsi_clk_system() 1349 if (stm32_mux_set_parent(mux_sys, sel)) in clk_stm32_pll_init() 1862 if (stm32_mux_set_parent(MUX_MPU, 0)) in clk_stm32_pll1_set_rate() 1878 if (stm32_mux_set_parent(MUX_MPU, sel)) in clk_stm32_pll1_set_rate()
|
| H A D | clk-stm32mp21.c | 1520 if (stm32_mux_set_parent(mux, sel)) in clk_stm32_pll_set_mux() 1823 if (stm32_mux_set_parent(mux, sel)) in stm32_clk_configure_mux()
|
| H A D | clk-stm32mp25.c | 1538 if (stm32_mux_set_parent(mux, sel)) in clk_stm32_pll_set_mux() 1827 if (stm32_mux_set_parent(mux, sel)) in stm32_clk_configure_mux()
|