Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dhw.c171 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
181 numBits = frameLen << 3; in ath9k_hw_computetxtime()
182 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime()
188 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime()
189 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
197 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime()
198 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
204 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime()
205 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
Dar5008_phy.c112 u32 numBits, u32 firstBit, in ar5008_hw_phy_modify_rx_buffer() argument
118 tmp32 = ath9k_hw_reverse_bits(reg32, numBits); in ar5008_hw_phy_modify_rx_buffer()
121 bitsLeft = numBits; in ar5008_hw_phy_modify_rx_buffer()