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()
293 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_register_frac_branch() local
303 frac_mux->reg = base + child->muxdiv_offset; in rockchip_clk_register_frac_branch()
304 frac_mux->shift = child->mux_shift; in rockchip_clk_register_frac_branch()
305 frac_mux->mask = BIT(child->mux_width) - 1; in rockchip_clk_register_frac_branch()
306 frac_mux->flags = child->mux_flags; in rockchip_clk_register_frac_branch()
308 frac_mux->table = child->mux_table; in rockchip_clk_register_frac_branch()
309 frac_mux->lock = lock; in rockchip_clk_register_frac_branch()
310 frac_mux->hw.init = &init; in rockchip_clk_register_frac_branch()
318 mux_clk = clk_register(NULL, &frac_mux->hw); in rockchip_clk_register_frac_branch()