Home
last modified time | relevance | path

Searched refs:frac_mux (Results 1 – 1 of 1) sorted by relevance

/drivers/clk/rockchip/
Dclk.c147 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_frac_notifier_cb() local
154 frac->mux_ops->get_parent(&frac_mux->hw); in rockchip_clk_frac_notifier_cb()
156 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb()
168 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb()
261 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_register_frac_branch() local
271 frac_mux->reg = base + child->muxdiv_offset; in rockchip_clk_register_frac_branch()
272 frac_mux->shift = child->mux_shift; in rockchip_clk_register_frac_branch()
273 frac_mux->mask = BIT(child->mux_width) - 1; in rockchip_clk_register_frac_branch()
274 frac_mux->flags = child->mux_flags; in rockchip_clk_register_frac_branch()
276 frac_mux->table = child->mux_table; in rockchip_clk_register_frac_branch()
[all …]