Home
last modified time | relevance | path

Searched refs:__Value (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtl8188e_xmit.h37 #define SET_EARLYMODE_PKTNUM(__pAddr, __Value) \ argument
38 SET_BITS_TO_LE_4BYTE(__pAddr, 0, 3, __Value)
39 #define SET_EARLYMODE_LEN0(__pAddr, __Value) \ argument
40 SET_BITS_TO_LE_4BYTE(__pAddr, 4, 12, __Value)
41 #define SET_EARLYMODE_LEN1(__pAddr, __Value) \ argument
42 SET_BITS_TO_LE_4BYTE(__pAddr, 16, 12, __Value)
43 #define SET_EARLYMODE_LEN2_1(__pAddr, __Value) \ argument
44 SET_BITS_TO_LE_4BYTE(__pAddr, 28, 4, __Value)
45 #define SET_EARLYMODE_LEN2_2(__pAddr, __Value) \ argument
46 SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 8, __Value)
[all …]
Dodm_types.h30 #define SET_TX_DESC_ANTSEL_A_88E(__pTxDesc, __Value) \ argument
31 SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 1, __Value)
32 #define SET_TX_DESC_ANTSEL_B_88E(__pTxDesc, __Value) \ argument
33 SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 25, 1, __Value)
34 #define SET_TX_DESC_ANTSEL_C_88E(__pTxDesc, __Value) \ argument
35 SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 29, 1, __Value)
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_cmd.h127 #define SET_H2CCMD_BT_PWR_IDX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, argument
130 …efine SET_H2CCMD_BT_FW_PATCH_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_4BYTE(__pH2CCmd, 0, 8, argument
131 …define SET_H2CCMD_BT_FW_PATCH_SIZE(__pH2CCmd, __Value) SET_BITS_TO_LE_4BYTE(__pH2CCmd, 8, 16,… argument