Lines Matching refs:mux_hw
97 struct clk_hw *mux_hw; member
204 .mux_hw = &mux_##_name.hw, \
214 .mux_hw = &mux_##_name.hw, \
248 .mux_hw = &mux_##_name.hw, \
622 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL; in armada_3700_add_composite_clk() local
624 if (data->mux_hw) { in armada_3700_add_composite_clk()
627 mux_hw = data->mux_hw; in armada_3700_add_composite_clk()
628 mux = to_clk_mux(mux_hw); in armada_3700_add_composite_clk()
630 mux_ops = mux_hw->init->ops; in armada_3700_add_composite_clk()
676 mux_hw = muxrate_hw; in armada_3700_add_composite_clk()
687 data->num_parents, mux_hw, in armada_3700_add_composite_clk()