Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhw.c172 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
182 numBits = frameLen << 3; in ath9k_hw_computetxtime()
183 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()
196 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime()
197 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
203 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime()
204 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
Dar5008_phy.c92 u32 numBits, u32 firstBit, in ar5008_hw_phy_modify_rx_buffer() argument
98 tmp32 = ath9k_hw_reverse_bits(reg32, numBits); in ar5008_hw_phy_modify_rx_buffer()
101 bitsLeft = numBits; in ar5008_hw_phy_modify_rx_buffer()