Searched refs:fpfd (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/iio/frequency/ |
D | adf4350.c | 42 unsigned long fpfd; /* Phase Frequency Detector */ member 123 st->fpfd = (st->clkin * (pdata->ref_doubler_en ? 2 : 1)) / in adf4350_tune_r_cnt() 125 } while (st->fpfd > ADF4350_MAX_FREQ_PFD); in adf4350_tune_r_cnt() 169 st->r1_mod = st->fpfd / chspc; in adf4350_set_freq() 178 tmp = freq * (u64)st->r1_mod + (st->fpfd >> 1); in adf4350_set_freq() 179 do_div(tmp, st->fpfd); /* Div round closest (n + d/2)/d */ in adf4350_set_freq() 184 band_sel_div = DIV_ROUND_UP(st->fpfd, ADF4350_MAX_BANDSEL_CLK); in adf4350_set_freq() 198 freq, st->fpfd, r_cnt, st->r0_int, st->r0_fract, st->r1_mod, in adf4350_set_freq() 318 (u64)st->fpfd; in adf4350_read()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 1682 u32 div_int, div_frac, fvco3, fpfd, fref3, fcal_div; in wlc_lcnphy_radio_2064_channel_tune_4313() local 1740 fpfd = rfpll_doubler ? (pi->xtalfreq << 1) : (pi->xtalfreq); in wlc_lcnphy_radio_2064_channel_tune_4313() 1752 fref3 = 2 * fpfd; in wlc_lcnphy_radio_2064_channel_tune_4313() 1755 qFref = wlc_lcnphy_qdiv_roundup(fpfd, PLL_2064_MHZ, 16); in wlc_lcnphy_radio_2064_channel_tune_4313()
|