Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c1638 u32 div_int, div_frac, fvco3, fpfd, fref3, fcal_div; in wlc_lcnphy_radio_2064_channel_tune_4313() local
1732 div_int = ((fvco3 * (PLL_2064_MHZ >> 4)) / fref3) << 4; in wlc_lcnphy_radio_2064_channel_tune_4313()
1736 div_int++; in wlc_lcnphy_radio_2064_channel_tune_4313()
1742 (u8) (div_int >> 4)); in wlc_lcnphy_radio_2064_channel_tune_4313()
1744 (u8) (div_int << 4)); in wlc_lcnphy_radio_2064_channel_tune_4313()