Lines Matching refs:numSymbols
406 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ath_computedur_ht() local
416 numSymbols = howmany(numBits, bitsPerSymbol); in ath_computedur_ht()
418 txTime = ((numSymbols * 18) + 4) / 5; /* 3.6us */ in ath_computedur_ht()
420 txTime = numSymbols * 4; /* 4us */ in ath_computedur_ht()
434 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
465 numSymbols = howmany(numBits, bitsPerSymbol); in ath_hal_computetxtime()
467 + (numSymbols * OFDM_SYMBOL_TIME); in ath_hal_computetxtime()
476 numSymbols = howmany(numBits, bitsPerSymbol); in ath_hal_computetxtime()
478 + (numSymbols * OFDM_HALF_SYMBOL_TIME); in ath_hal_computetxtime()
487 numSymbols = howmany(numBits, bitsPerSymbol); in ath_hal_computetxtime()
489 + (numSymbols * OFDM_QUARTER_SYMBOL_TIME); in ath_hal_computetxtime()
498 numSymbols = howmany(numBits, bitsPerSymbol); in ath_hal_computetxtime()
500 + (numSymbols * TURBO_SYMBOL_TIME); in ath_hal_computetxtime()