Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/stm32/
H A Dclk-stm32-core.c487 struct clk_hw *other_mux_hw = composite->clock_data->is_multi_mux(hw); in clk_stm32_composite_set_parent() local
489 if (other_mux_hw) { in clk_stm32_composite_set_parent()
492 clk_hw_reparent(other_mux_hw, hwp); in clk_stm32_composite_set_parent()
527 struct clk_hw *other_mux_hw = NULL; in clk_stm32_set_safe_position_mux() local
529 other_mux_hw = composite->clock_data->is_multi_mux(hw); in clk_stm32_set_safe_position_mux()
531 if (!other_mux_hw || clk_stm32_composite_is_enabled(other_mux_hw)) in clk_stm32_set_safe_position_mux()