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