Lines Matching refs:mux_hw
86 struct clk_hw *mux_hw; member
193 .mux_hw = &mux_##_name.hw, \
203 .mux_hw = &mux_##_name.hw, \
237 .mux_hw = &mux_##_name.hw, \
603 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL; in armada_3700_add_composite_clk() local
605 if (data->mux_hw) { in armada_3700_add_composite_clk()
608 mux_hw = data->mux_hw; in armada_3700_add_composite_clk()
609 mux = to_clk_mux(mux_hw); in armada_3700_add_composite_clk()
611 mux_ops = mux_hw->init->ops; in armada_3700_add_composite_clk()
657 mux_hw = muxrate_hw; in armada_3700_add_composite_clk()
668 data->num_parents, mux_hw, in armada_3700_add_composite_clk()