Home
last modified time | relevance | path

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

/linux/drivers/clk/berlin/
A Dberlin2-pll.c46 u32 val, fbdiv, rfdiv, vcodivsel, vcodiv; in berlin2_pll_recalc_rate() local
59 vcodiv = map->vcodiv[vcodivsel]; in berlin2_pll_recalc_rate()
60 if (vcodiv == 0) { in berlin2_pll_recalc_rate()
63 vcodiv = 1; in berlin2_pll_recalc_rate()
67 do_div(rate, rfdiv * vcodiv); in berlin2_pll_recalc_rate()
A Dberlin2-pll.h12 const u8 vcodiv[16]; member
A Dbg2q.c66 .vcodiv = {1, 0, 2, 0, 3, 4, 0, 6, 8},
A Dbg2.c135 .vcodiv = {10, 15, 20, 25, 30, 40, 50, 60, 80},
/linux/drivers/media/dvb-frontends/
A Dcx24113.c71 u8 vcodiv; member
223 if (state->rev == 0x43 && state->vcodiv == VCODIV4) in cx24113_set_Fref()
294 u8 vcodiv; in cx24113_calc_pll_nf() local
305 vcodiv = VCODIV2; in cx24113_calc_pll_nf()
307 vcodiv = VCODIV4; in cx24113_calc_pll_nf()
310 vcodiv = VCODIV2; in cx24113_calc_pll_nf()
312 vcodiv = VCODIV4; in cx24113_calc_pll_nf()
314 state->vcodiv = vcodiv; in cx24113_calc_pll_nf()
322 N = (freq_hz / 100 * vcodiv) * R; in cx24113_calc_pll_nf()
334 F *= (u64) (R * vcodiv * 262144); in cx24113_calc_pll_nf()
[all …]

Completed in 10 milliseconds