muxrate_hw         99 drivers/clk/mvebu/armada-37xx-periph.c 	struct clk_hw *muxrate_hw;
muxrate_hw        239 drivers/clk/mvebu/armada-37xx-periph.c 	  .muxrate_hw = &muxrate_##_name.hw,		\
muxrate_hw        658 drivers/clk/mvebu/armada-37xx-periph.c 	if (data->muxrate_hw) {
muxrate_hw        660 drivers/clk/mvebu/armada-37xx-periph.c 		struct clk_hw *muxrate_hw = data->muxrate_hw;
muxrate_hw        663 drivers/clk/mvebu/armada-37xx-periph.c 		pmcpu_clk =  to_clk_pm_cpu(muxrate_hw);
muxrate_hw        667 drivers/clk/mvebu/armada-37xx-periph.c 		mux_hw = muxrate_hw;
muxrate_hw        668 drivers/clk/mvebu/armada-37xx-periph.c 		rate_hw = muxrate_hw;
muxrate_hw        669 drivers/clk/mvebu/armada-37xx-periph.c 		mux_ops = muxrate_hw->init->ops;
muxrate_hw        670 drivers/clk/mvebu/armada-37xx-periph.c 		rate_ops = muxrate_hw->init->ops;