Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/clkng/
H A Daw_clk_nkmp.c145 uint32_t *factor_n, uint32_t *factor_k, uint32_t *factor_m, uint32_t *factor_p) in aw_clk_nkmp_find_best() argument
154 *factor_p = 0; in aw_clk_nkmp_find_best()
166 *factor_p = p; in aw_clk_nkmp_find_best()
196 uint32_t factor_n, uint32_t factor_k, uint32_t factor_m, uint32_t factor_p) in aw_clk_nkmp_set_freq_scale() argument
209 if (p < factor_p) { in aw_clk_nkmp_set_freq_scale()
211 val |= aw_clk_factor_get_value(&sc->p, factor_p) << sc->p.shift; in aw_clk_nkmp_set_freq_scale()
237 if (p > factor_p) { in aw_clk_nkmp_set_freq_scale()
239 val |= aw_clk_factor_get_value(&sc->p, factor_p) << sc->p.shift; in aw_clk_nkmp_set_freq_scale()
H A Daw_clk_np.c109 uint32_t *factor_n, uint32_t *factor_p) in aw_clk_np_find_best() argument
114 *factor_n = *factor_p = 0; in aw_clk_np_find_best()
127 *factor_p = p; in aw_clk_np_find_best()
/f-stack/freebsd/arm/ti/clk/
H A Dti_clk_dpll.c121 uint64_t *fout, uint32_t *factor_n, uint32_t *factor_p) in ti_dpll_clk_find_best() argument
126 *factor_n = *factor_p = 0; in ti_dpll_clk_find_best()
139 *factor_p = p; in ti_dpll_clk_find_best()