Searched refs:PLL_2064_MHZ (Results 1 – 1 of 1) sorted by relevance
29 #define PLL_2064_MHZ 1000000 macro1741 qFxtal = wlc_lcnphy_qdiv_roundup(pi->xtalfreq, PLL_2064_MHZ, 16); in wlc_lcnphy_radio_2064_channel_tune_4313()1742 qFref = wlc_lcnphy_qdiv_roundup(fpfd, PLL_2064_MHZ, 16); in wlc_lcnphy_radio_2064_channel_tune_4313()1743 qFcal = pi->xtalfreq * fcal_div / PLL_2064_MHZ; in wlc_lcnphy_radio_2064_channel_tune_4313()1748 d15 = (pi->xtalfreq * fcal_div * 4 / 5) / PLL_2064_MHZ - 1; in wlc_lcnphy_radio_2064_channel_tune_4313()1763 div_int = ((fvco3 * (PLL_2064_MHZ >> 4)) / fref3) << 4; in wlc_lcnphy_radio_2064_channel_tune_4313()1765 div_frac = ((fvco3 * (PLL_2064_MHZ >> 4)) % fref3) << 4; in wlc_lcnphy_radio_2064_channel_tune_4313()