Home
last modified time | relevance | path

Searched defs:__pStart (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/staging/rtl8192e/
Drtllib_endianfree.h71 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (EF4Byte(*((u32 *)(__pStart)))) argument
73 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
80 #define LE_BITS_CLEARED_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
87 #define SET_BITS_TO_LE_4BYTE(__pStart, __BitOffset, __BitLen, __Value) \ argument
102 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) \ argument
105 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
112 #define LE_BITS_CLEARED_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
119 #define SET_BITS_TO_LE_2BYTE(__pStart, __BitOffset, __BitLen, __Value) \ argument
133 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) \ argument
136 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
Drtl819x_Qos.h380 #define GET_QBSS_LOAD_STA_COUNT(__pStart) \ argument
382 #define SET_QBSS_LOAD_STA_COUNT(__pStart, __Value) \ argument
384 #define GET_QBSS_LOAD_CHNL_UTILIZATION(__pStart) \ argument
386 #define SET_QBSS_LOAD_CHNL_UTILIZATION(__pStart, __Value) \ argument
388 #define GET_QBSS_LOAD_AVAILABLE_CAPACITY(__pStart) \ argument
390 #define SET_QBSS_LOAD_AVAILABLE_CAPACITY(__pStart, __Value) \ argument
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
DEndianFree.h93 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (EF4Byte(*((u32 *)(__pStart)))) argument
100 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
112 #define LE_BITS_CLEARED_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
123 #define SET_BITS_TO_LE_4BYTE(__pStart, __BitOffset, __BitLen, __Value) \ argument
138 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) \ argument
141 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
148 #define LE_BITS_CLEARED_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
155 #define SET_BITS_TO_LE_2BYTE(__pStart, __BitOffset, __BitLen, __Value) \ argument
169 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) \ argument
172 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]