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