Searched refs:numBits (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | hw.c | 172 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() 189 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime() 190 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime() 198 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime() 199 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime() 205 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime() 206 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
|
D | ar5008_phy.c | 92 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()
|