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

/drivers/staging/rtl8192e/
H A Drtl819x_Qos.h207 SET_BITS_TO_LE_4BYTE(_pStart, 0, 4, _val)
212 SET_BITS_TO_LE_4BYTE(_pStart, 4, 1, _val)
217 SET_BITS_TO_LE_4BYTE(_pStart, 5, 2, _val)
222 SET_BITS_TO_LE_4BYTE(_pStart, 0, 8, _val)
227 SET_BITS_TO_LE_4BYTE(_pStart, 8, 4, _val)
232 SET_BITS_TO_LE_4BYTE(_pStart, 12, 4, _val)
237 SET_BITS_TO_LE_4BYTE(_pStart, 16, 16, _val)
H A Drtllib_endianfree.h87 #define SET_BITS_TO_LE_4BYTE(__pStart, __BitOffset, __BitLen, __Value) \ macro
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dfw.c490 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen),
494 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen),
499 SET_BITS_TO_LE_4BYTE((ph2c_buffer + totallen + tx_desclen),
510 SET_BITS_TO_LE_4BYTE((ph2c_buffer + pre_continueoffset),
H A Dtrx.c803 SET_BITS_TO_LE_4BYTE(skb->data, 24, 7, rtlhal->h2c_txcmd_seq);
/drivers/staging/rtl8192u/ieee80211/
H A DEndianFree.h123 #define SET_BITS_TO_LE_4BYTE(__pStart, __BitOffset, __BitLen, __Value) \ macro
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1846 #define SET_BITS_TO_LE_4BYTE(__pstart, __bitoffset, __bitlen, __val) \ macro

Completed in 61 milliseconds