Home
last modified time | relevance | path

Searched refs:numBits (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_a/kernel/base/core/
H A Dlos_bitmap.c122 INT32 LOS_BitmapFfz(UINTPTR *bitmap, UINT32 numBits) in LOS_BitmapFfz() argument
126 for (i = 0; i < BITMAP_NUM_WORDS(numBits); i++) { in LOS_BitmapFfz()
131 if (bit < numBits) { in LOS_BitmapFfz()
/kernel/liteos_a/kernel/include/
H A Dlos_bitmap.h165 * @param numBits [IN] The number of bits that is used to limit the bitmap range.
172 int LOS_BitmapFfz(UINTPTR *bitmap, UINT32 numBits);
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A 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()
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()
H A Dar5008_phy.c109 * @numBits:
117 u32 numBits, u32 firstBit, in ar5008_hw_phy_modify_rx_buffer()
123 tmp32 = ath9k_hw_reverse_bits(reg32, numBits); in ar5008_hw_phy_modify_rx_buffer()
126 bitsLeft = numBits; in ar5008_hw_phy_modify_rx_buffer()
116 ar5008_hw_phy_modify_rx_buffer(u32 *rfBuf, u32 reg32, u32 numBits, u32 firstBit, u32 column) ar5008_hw_phy_modify_rx_buffer() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhw.c171 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 Dar5008_phy.c112 u32 numBits, u32 firstBit, in ar5008_hw_phy_modify_rx_buffer()
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()
111 ar5008_hw_phy_modify_rx_buffer(u32 *rfBuf, u32 reg32, u32 numBits, u32 firstBit, u32 column) ar5008_hw_phy_modify_rx_buffer() argument

Completed in 12 milliseconds