Searched refs:lastBit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c94 uint32_t reg32 = 0, mask, arrayEntry, lastBit; local
107 lastBit = (bitPosition + bitsLeft > 8) ?
109 mask = (((1 << lastBit) - 1) ^ ((1 << bitPosition) - 1)) <<
113 bitsShifted += lastBit - bitPosition;
H A Dar5212_reset.c2678 uint32_t tmp32, mask, arrayEntry, lastBit; local
2690 lastBit = (bitPosition + bitsLeft > 8) ?
2692 mask = (((1 << lastBit) - 1) ^ ((1 << bitPosition) - 1)) <<

Completed in 162 milliseconds