Searched refs:fpfd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iio/frequency/ |
| H A D | adf4371.c | 182 unsigned long fpfd; member 199 val = (((u64)st->integer * ADF4371_MODULUS1) + st->fract1) * st->fpfd; in adf4371_pll_fract_n_get_rate() 200 tmp = (u64)st->fract2 * st->fpfd; in adf4371_pll_fract_n_get_rate() 286 adf4371_pll_fract_n_compute(freq, st->fpfd, &st->integer, &st->fract1, in adf4371_set_freq() 545 st->fpfd = st->clkin_freq * (1 + ref_doubler_en) / in adf4371_setup() 547 } while (st->fpfd > ADF4371_MAX_FREQ_PFD); in adf4371_setup() 550 vco_band_div = DIV_ROUND_UP(st->fpfd, 2400000U); in adf4371_setup() 552 tmp = DIV_ROUND_CLOSEST(st->fpfd, 1000000U); in adf4371_setup()
|
| /linux/drivers/gpu/drm/renesas/rcar-du/ |
| H A D | rcar_mipi_dsi.c | 347 unsigned long fpfd; in rcar_mipi_dsi_pll_calc() local 349 fpfd = fin_rate / n; in rcar_mipi_dsi_pll_calc() 351 if (fpfd < info->fpfd_min || fpfd > info->fpfd_max) in rcar_mipi_dsi_pll_calc() 358 fout = div64_u64((u64)fpfd * m, dsi->info->n_mul); in rcar_mipi_dsi_pll_calc()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 1614 u32 div_int, div_frac, fvco3, fpfd, fref3, fcal_div; in wlc_lcnphy_radio_2064_channel_tune_4313() local 1672 fpfd = rfpll_doubler ? (pi->xtalfreq << 1) : (pi->xtalfreq); in wlc_lcnphy_radio_2064_channel_tune_4313() 1684 fref3 = 2 * fpfd; in wlc_lcnphy_radio_2064_channel_tune_4313()
|