Searched refs:numBits (Results 1 – 3 of 3) sorted by relevance
/drivers/mtd/nand/ |
D | nand_bcm_umi.h | 99 uint32_t numBits = numEccBytes * 8; in nand_bcm_umi_bch_config_ecc() local 107 tValue = (uint32_t) (numBits / ECC_BITS_PER_CORRECTABLE_BIT); in nand_bcm_umi_bch_config_ecc()
|
/drivers/net/wireless/ath/ath9k/ |
D | hw.c | 176 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local 186 numBits = frameLen << 3; in ath9k_hw_computetxtime() 187 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime() 192 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime() 193 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime() 200 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime() 201 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime() 207 numBits = OFDM_PLCP_BITS + (frameLen << 3); in ath9k_hw_computetxtime() 208 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
|
D | ar5008_phy.c | 87 u32 numBits, u32 firstBit, in ar5008_hw_phy_modify_rx_buffer() argument 93 tmp32 = ath9k_hw_reverse_bits(reg32, numBits); in ar5008_hw_phy_modify_rx_buffer() 96 bitsLeft = numBits; in ar5008_hw_phy_modify_rx_buffer()
|