Searched refs:rbit (Results 1 – 1 of 1) sorted by relevance
952 u32 quotient, remainder, roundup, rbit; in wlc_lcnphy_qdiv_roundup() local956 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()