Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/clk/rockchip/
H A Dclk.c146 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_frac_notifier_cb() local
153 frac->mux_ops->get_parent(&frac_mux->hw); in rockchip_clk_frac_notifier_cb()
155 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb()
167 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb()
264 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_register_frac_branch() local
274 frac_mux->reg = base + child->muxdiv_offset; in rockchip_clk_register_frac_branch()
275 frac_mux->shift = child->mux_shift; in rockchip_clk_register_frac_branch()
276 frac_mux->mask = BIT(child->mux_width) - 1; in rockchip_clk_register_frac_branch()
277 frac_mux->flags = child->mux_flags; in rockchip_clk_register_frac_branch()
279 frac_mux in rockchip_clk_register_frac_branch()
[all...]
/kernel/linux/linux-5.10/drivers/clk/rockchip/
H A Dclk.c143 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_frac_notifier_cb() local
150 frac->mux_ops->get_parent(&frac_mux->hw); in rockchip_clk_frac_notifier_cb()
152 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb()
164 frac->mux_ops->set_parent(&frac_mux->hw, in rockchip_clk_frac_notifier_cb()
267 struct clk_mux *frac_mux = &frac->mux; in rockchip_clk_register_frac_branch() local
277 frac_mux->reg = base + child->muxdiv_offset; in rockchip_clk_register_frac_branch()
278 frac_mux->shift = child->mux_shift; in rockchip_clk_register_frac_branch()
279 frac_mux->mask = BIT(child->mux_width) - 1; in rockchip_clk_register_frac_branch()
280 frac_mux->flags = child->mux_flags; in rockchip_clk_register_frac_branch()
281 frac_mux in rockchip_clk_register_frac_branch()
[all...]

Completed in 3 milliseconds