HomeSort by: relevance | last modified time | path
    Searched defs:best_parent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_ccu_div.c 107 struct clk *best_parent; local in function:sunxi_ccu_div_select_parent
111 best_parent = NULL;
124 best_parent = &clk_parent->base;
130 return clk_set_parent(&clk->base, best_parent);
sunxi_ccu_nm.c 107 u_int parent_rate, best_rate, best_n, best_m, best_parent; local in function:sunxi_ccu_nm_set_rate
158 best_parent = pindex;
167 best_parent = pindex;
179 val |= __SHIFTIN(best_parent, nm->sel);

Completed in 50 milliseconds