Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk.c145 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()
[all …]