Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm64/rockchip/clk/
HDrk_clk_mux.c172 int p_idx, best_parent; in rk_clk_mux_set_freq() local
197 best_parent = p_idx; in rk_clk_mux_set_freq()
210 if (p_idx != best_parent) { in rk_clk_mux_set_freq()
212 best_parent); in rk_clk_mux_set_freq()
213 clknode_set_parent_by_idx(clk, best_parent); in rk_clk_mux_set_freq()
HDrk_clk_composite.c232 int p_idx, best_parent; in rk_clk_composite_set_freq() local
249 best_parent = p_idx; in rk_clk_composite_set_freq()
272 if (p_idx != best_parent) { in rk_clk_composite_set_freq()
274 best_parent); in rk_clk_composite_set_freq()
275 clknode_set_parent_by_idx(clk, best_parent); in rk_clk_composite_set_freq()
/freebsd-14-stable/sys/arm64/freescale/imx/clk/
HDimx_clk_composite.c209 int p_idx, best_parent; in imx_clk_composite_set_freq() local
237 best_parent = p_idx; in imx_clk_composite_set_freq()
253 if (p_idx != best_parent) { in imx_clk_composite_set_freq()
255 best_parent); in imx_clk_composite_set_freq()
256 clknode_set_parent_by_idx(clk, best_parent); in imx_clk_composite_set_freq()
/freebsd-14-stable/sys/arm/allwinner/clkng/
HDaw_clk_nm.c182 int p_idx, best_parent, retry; in aw_clk_nm_set_freq() local
187 best_parent = 0; in aw_clk_nm_set_freq()
199 best_parent = p_idx; in aw_clk_nm_set_freq()
234 if ((sc->flags & AW_CLK_REPARENT) != 0 && p_idx != best_parent) in aw_clk_nm_set_freq()
235 clknode_set_parent_by_idx(clk, best_parent); in aw_clk_nm_set_freq()