Searched refs:PLL_2064_MHZ (Results 1 – 1 of 1) sorted by relevance
45 #define PLL_2064_MHZ 1000000 macro4942 qFxtal = wlc_lcnphy_qdiv_roundup(pi->xtalfreq, PLL_2064_MHZ, 16); in wlc_lcnphy_radio_2064_channel_tune_4313()4943 qFref = wlc_lcnphy_qdiv_roundup(fpfd, PLL_2064_MHZ, 16); in wlc_lcnphy_radio_2064_channel_tune_4313()4944 qFcal = pi->xtalfreq * fcal_div / PLL_2064_MHZ; in wlc_lcnphy_radio_2064_channel_tune_4313()4949 d15 = (pi->xtalfreq * fcal_div * 4 / 5) / PLL_2064_MHZ - 1; in wlc_lcnphy_radio_2064_channel_tune_4313()4964 div_int = ((fvco3 * (PLL_2064_MHZ >> 4)) / fref3) << 4; in wlc_lcnphy_radio_2064_channel_tune_4313()4966 div_frac = ((fvco3 * (PLL_2064_MHZ >> 4)) % fref3) << 4; in wlc_lcnphy_radio_2064_channel_tune_4313()