Searched refs:div_int (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1682 u32 div_int, div_frac, fvco3, fpfd, fref3, fcal_div; wlc_lcnphy_radio_2064_channel_tune_4313() local
1776 div_int = ((fvco3 * (PLL_2064_MHZ >> 4)) / fref3) << 4; wlc_lcnphy_radio_2064_channel_tune_4313()
1780 div_int++; wlc_lcnphy_radio_2064_channel_tune_4313()
1786 (u8) (div_int >> 4)); wlc_lcnphy_radio_2064_channel_tune_4313()
1788 (u8) (div_int << 4)); wlc_lcnphy_radio_2064_channel_tune_4313()

Completed in 70 milliseconds