Searched refs:__pAddr (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | hal8188e_rate_adaptive.h | 35 #define GET_TX_REPORT_TYPE1_RERTY_0(__pAddr) \ argument 36 LE_BITS_TO_4BYTE(__pAddr, 0, 16) 37 #define GET_TX_REPORT_TYPE1_RERTY_1(__pAddr) \ argument 38 LE_BITS_TO_1BYTE(__pAddr + 2, 0, 8) 39 #define GET_TX_REPORT_TYPE1_RERTY_2(__pAddr) \ argument 40 LE_BITS_TO_1BYTE(__pAddr + 3, 0, 8) 41 #define GET_TX_REPORT_TYPE1_RERTY_3(__pAddr) \ argument 42 LE_BITS_TO_1BYTE(__pAddr + 4, 0, 8) 43 #define GET_TX_REPORT_TYPE1_RERTY_4(__pAddr) \ argument 44 LE_BITS_TO_1BYTE(__pAddr + 4 + 1, 0, 8) [all …]
|
D | rtl8188e_xmit.h | 24 #define SET_EARLYMODE_PKTNUM(__pAddr, __Value) \ argument 25 SET_BITS_TO_LE_4BYTE(__pAddr, 0, 3, __Value) 26 #define SET_EARLYMODE_LEN0(__pAddr, __Value) \ argument 27 SET_BITS_TO_LE_4BYTE(__pAddr, 4, 12, __Value) 28 #define SET_EARLYMODE_LEN1(__pAddr, __Value) \ argument 29 SET_BITS_TO_LE_4BYTE(__pAddr, 16, 12, __Value) 30 #define SET_EARLYMODE_LEN2_1(__pAddr, __Value) \ argument 31 SET_BITS_TO_LE_4BYTE(__pAddr, 28, 4, __Value) 32 #define SET_EARLYMODE_LEN2_2(__pAddr, __Value) \ argument 33 SET_BITS_TO_LE_4BYTE(__pAddr + 4, 0, 8, __Value) [all …]
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtl8723b_xmit.h | 359 #define SET_EARLYMODE_PKTNUM_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 4, __Valu… argument 360 #define SET_EARLYMODE_LEN0_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 15, __Value) argument 361 #define SET_EARLYMODE_LEN1_1_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 19, 13, __Va… argument 362 #define SET_EARLYMODE_LEN1_2_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 2, __Va… argument 363 #define SET_EARLYMODE_LEN2_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 2, 15, __Val… argument 364 #define SET_EARLYMODE_LEN3_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 17, 15, __Va… argument
|