Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c91 u32 tmp32, mask, arrayEntry, lastBit; in ar5008_hw_phy_modify_rx_buffer() local
99 lastBit = (bitPosition + bitsLeft > 8) ? in ar5008_hw_phy_modify_rx_buffer()
101 mask = (((1 << lastBit) - 1) ^ ((1 << bitPosition) - 1)) << in ar5008_hw_phy_modify_rx_buffer()