Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/berlin/
Dberlin2-pll.c30 const u8 vcodiv[16]; member
64 u32 val, fbdiv, rfdiv, vcodivsel, vcodiv; in berlin2_pll_recalc_rate() local
77 vcodiv = map->vcodiv[vcodivsel]; in berlin2_pll_recalc_rate()
78 if (vcodiv == 0) { in berlin2_pll_recalc_rate()
81 vcodiv = 1; in berlin2_pll_recalc_rate()
85 do_div(rate, rfdiv * vcodiv); in berlin2_pll_recalc_rate()
Dberlin2-pll.h25 const u8 vcodiv[16]; member
Dbg2q.c77 .vcodiv = {1, 0, 2, 0, 3, 4, 0, 6, 8},
Dbg2.c146 .vcodiv = {10, 15, 20, 25, 30, 40, 50, 60, 80},
/linux-4.1.27/drivers/media/dvb-frontends/
Dcx24113.c85 u8 vcodiv; member
237 if (state->rev == 0x43 && state->vcodiv == VCODIV4) in cx24113_set_Fref()
297 if (state->rev == 0x43 && state->vcodiv == VCODIV4) in cx24113_set_ref_div()
308 u8 vcodiv; in cx24113_calc_pll_nf() local
319 vcodiv = VCODIV2; in cx24113_calc_pll_nf()
321 vcodiv = VCODIV4; in cx24113_calc_pll_nf()
324 vcodiv = VCODIV2; in cx24113_calc_pll_nf()
326 vcodiv = VCODIV4; in cx24113_calc_pll_nf()
328 state->vcodiv = vcodiv; in cx24113_calc_pll_nf()
330 dprintk("calculating N/F for %dHz with vcodiv %d\n", freq_hz, vcodiv); in cx24113_calc_pll_nf()
[all …]