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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar5008_phy.c96 u32 tmp32, mask, arrayEntry, lastBit; local
104 lastBit = (bitPosition + bitsLeft > 8) ?
106 mask = (((1 << lastBit) - 1) ^ ((1 << bitPosition) - 1)) <<

Completed in 36 milliseconds