Searched refs:frac_mux (Results 1 – 1 of 1) sorted by relevance
145 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_frac_notifier_cb() local152 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() local269 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()[all …]