Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c1016 wlc_lcnphy_qdiv_roundup(u32 dividend, u32 divisor, u8 precision) in wlc_lcnphy_qdiv_roundup() function
1754 qFxtal = wlc_lcnphy_qdiv_roundup(pi->xtalfreq, PLL_2064_MHZ, 16); 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()
1757 qFvco = wlc_lcnphy_qdiv_roundup(fvco3, 2, 16); in wlc_lcnphy_radio_2064_channel_tune_4313()
1783 div_frac = wlc_lcnphy_qdiv_roundup(div_frac, fref3, 20); in wlc_lcnphy_radio_2064_channel_tune_4313()
2417 delta_temp = (s8) wlc_lcnphy_qdiv_roundup((u32) (temp_diff * 192), in wlc_lcnphy_tempcompensated_txpwrctrl()