Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c952 u32 quotient, remainder, roundup, rbit; in wlc_lcnphy_qdiv_roundup() local
956 rbit = divisor & 1; in wlc_lcnphy_qdiv_roundup()
957 roundup = (divisor >> 1) + rbit; in wlc_lcnphy_qdiv_roundup()
963 remainder = ((remainder - roundup) << 1) + rbit; in wlc_lcnphy_qdiv_roundup()