Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/berlin/
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()
Dberlin2-pll.h12 const u8 vcodiv[16]; member
Dbg2q.c65 .vcodiv = {1, 0, 2, 0, 3, 4, 0, 6, 8},
Dbg2.c134 .vcodiv = {10, 15, 20, 25, 30, 40, 50, 60, 80},
/linux-4.19.296/drivers/media/dvb-frontends/
Dcx24113.c81 u8 vcodiv; member
233 if (state->rev == 0x43 && state->vcodiv == VCODIV4) in cx24113_set_Fref()
293 if (state->rev == 0x43 && state->vcodiv == VCODIV4) in cx24113_set_ref_div()
304 u8 vcodiv; in cx24113_calc_pll_nf() local
315 vcodiv = VCODIV2; in cx24113_calc_pll_nf()
317 vcodiv = VCODIV4; in cx24113_calc_pll_nf()
320 vcodiv = VCODIV2; in cx24113_calc_pll_nf()
322 vcodiv = VCODIV4; in cx24113_calc_pll_nf()
324 state->vcodiv = vcodiv; in cx24113_calc_pll_nf()
326 dprintk("calculating N/F for %dHz with vcodiv %d\n", freq_hz, vcodiv); in cx24113_calc_pll_nf()
[all …]