Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/clk/
H A Drk_clk_mux.c136 int p_idx, best_parent; in rk_clk_mux_set_freq() local
157 best_parent = p_idx; in rk_clk_mux_set_freq()
170 if (p_idx != best_parent) { in rk_clk_mux_set_freq()
172 best_parent); in rk_clk_mux_set_freq()
173 clknode_set_parent_by_idx(clk, best_parent); in rk_clk_mux_set_freq()
H A Drk_clk_composite.c263 int p_idx, best_parent; in rk_clk_composite_set_freq() local
280 best_parent = p_idx; in rk_clk_composite_set_freq()
303 if (p_idx != best_parent) { in rk_clk_composite_set_freq()
305 best_parent); in rk_clk_composite_set_freq()
306 clknode_set_parent_by_idx(clk, best_parent); in rk_clk_composite_set_freq()
/f-stack/freebsd/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c213 int p_idx, best_parent; in imx_clk_composite_set_freq() local
240 best_parent = p_idx; in imx_clk_composite_set_freq()
256 if (p_idx != best_parent) { in imx_clk_composite_set_freq()
258 best_parent); in imx_clk_composite_set_freq()
259 clknode_set_parent_by_idx(clk, best_parent); in imx_clk_composite_set_freq()
/f-stack/freebsd/arm/allwinner/clkng/
H A Daw_clk_nm.c186 int p_idx, best_parent, retry; in aw_clk_nm_set_freq() local
191 best_parent = 0; in aw_clk_nm_set_freq()
203 best_parent = p_idx; in aw_clk_nm_set_freq()
238 if ((sc->flags & AW_CLK_REPARENT) != 0 && p_idx != best_parent) in aw_clk_nm_set_freq()
239 clknode_set_parent_by_idx(clk, best_parent); in aw_clk_nm_set_freq()