Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_phy.c186 uint32_t tmp32, mask, arrayEntry, lastBit; in ath9k_phy_modify_rx_buffer() local
194 lastBit = (bitPosition + bitsLeft > 8) ? in ath9k_phy_modify_rx_buffer()
196 mask = (((1 << lastBit) - 1) ^ ((1 << bitPosition) - 1)) << in ath9k_phy_modify_rx_buffer()