Searched refs:__pAddr (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | rtl8188e_xmit.h | 23 #define SET_EARLYMODE_LEN0(__pAddr, __Value) \ argument 31 #define SET_EARLYMODE_LEN3(__pAddr, __Value) \ argument
|