Lines Matching refs:frac_mux
145 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_frac_notifier_cb() local
152 frac->mux_ops->get_parent(&frac_mux->hw); in rockchip_clk_frac_notifier_cb()
154 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb()
166 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb()
259 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_register_frac_branch() local
269 frac_mux->reg = base + child->muxdiv_offset; in rockchip_clk_register_frac_branch()
270 frac_mux->shift = child->mux_shift; in rockchip_clk_register_frac_branch()
271 frac_mux->mask = BIT(child->mux_width) - 1; in rockchip_clk_register_frac_branch()
272 frac_mux->flags = child->mux_flags; in rockchip_clk_register_frac_branch()
273 frac_mux->lock = lock; in rockchip_clk_register_frac_branch()
274 frac_mux->hw.init = &init; in rockchip_clk_register_frac_branch()
282 mux_clk = clk_register(NULL, &frac_mux->hw); in rockchip_clk_register_frac_branch()