Searched refs:vcodiv (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/clk/berlin/ |
D | berlin2-pll.c | 46 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()
|
D | berlin2-pll.h | 12 const u8 vcodiv[16]; member
|
D | bg2q.c | 65 .vcodiv = {1, 0, 2, 0, 3, 4, 0, 6, 8},
|
D | bg2.c | 134 .vcodiv = {10, 15, 20, 25, 30, 40, 50, 60, 80},
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | cx24113.c | 81 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 …]
|