Searched refs:div_ref (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_gfxpll.c | 42 unsigned div_ref : 7; /* 38 : 32 Input clock divider */ member 94 pparms->div_ref = gfxpll_reg.bitmap.div_ref; in loongson_gfxpll_get_rates() 101 pre_output = pparms->ref_clock / pparms->div_ref * pparms->loopc; in loongson_gfxpll_get_rates() 126 drm_printf(p, "div_ref = %u\n", parms->div_ref); in loongson_gfxpll_print()
|
| H A D | lsdc_gfxpll.h | 15 unsigned int div_ref; member
|
| H A D | lsdc_pixpll.h | 44 unsigned int div_ref; member
|
| /linux/drivers/media/tuners/ |
| H A D | fc2580.c | 32 unsigned int uitmp, div_ref, div_ref_val, div_n, k, k_cw, div_out; in fc2580_set_params() local 79 div_ref = 1; in fc2580_set_params() 82 div_ref = 2; in fc2580_set_params() 85 div_ref = 4; in fc2580_set_params() 90 uitmp = DIV_PRE_N * F_REF / div_ref; in fc2580_set_params() 96 dev->f_frequency, dev->f_bandwidth, f_vco, F_REF, div_ref, in fc2580_set_params()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | ts2020.c | 197 unsigned int f_ref_khz, f_vco_khz, div_ref, div_out, pll_n; in ts2020_set_params() local 205 div_ref = DIV_ROUND_CLOSEST(f_ref_khz, 2000); in ts2020_set_params() 217 pll_n = f_vco_khz * div_ref / f_ref_khz; in ts2020_set_params() 219 priv->frequency_khz = pll_n * f_ref_khz / div_ref / div_out; in ts2020_set_params() 223 f_vco_khz, pll_n, div_ref, div_out); in ts2020_set_params() 239 buf[2] = div_ref - 8; in ts2020_set_params()
|