Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c1019 u32 quotient, remainder, roundup, rbit; in wlc_lcnphy_qdiv_roundup() local
1023 rbit = divisor & 1; in wlc_lcnphy_qdiv_roundup()
1024 roundup = (divisor >> 1) + rbit; in wlc_lcnphy_qdiv_roundup()
1030 remainder = ((remainder - roundup) << 1) + rbit; in wlc_lcnphy_qdiv_roundup()