Searched refs:numBits (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-vpd-parser/vpdecc/ |
H A D | vpdecc_support.h | 22 void seepromGenCsDecode(const unsigned char numBits,
|
H A D | vpdecc_support.c | 45 void seepromGenCsDecode(const unsigned char numBits, in seepromGenCsDecode() argument
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 171 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()
|
H A D | ar5008_phy.c | 112 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()
|