Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dbasic_types.h199 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
200 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
201 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
206 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
207 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
208 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
214 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
217 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
220 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
227 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dbasic_types.h199 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
200 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
201 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
206 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
207 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
208 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
214 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
217 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
220 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
227 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dbasic_types.h200 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
201 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
202 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
207 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
208 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
209 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
215 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
218 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
221 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
228 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dbasic_types.h199 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
200 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
201 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
206 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
207 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
208 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
214 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
217 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
220 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
227 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dbasic_types.h199 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
200 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
201 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
206 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
207 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
208 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
214 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
217 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
220 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
227 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dbasic_types.h200 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
201 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
202 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
207 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
208 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
209 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
215 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
218 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
221 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
228 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dbasic_types.h200 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
201 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
202 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
207 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
208 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
209 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
215 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
218 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
221 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
228 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dbasic_types.h200 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
201 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
202 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
207 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
208 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
209 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
215 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
218 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
221 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
228 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dbasic_types.h199 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
200 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
201 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
206 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
207 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
208 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
214 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
217 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
220 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
227 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dbasic_types.h199 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
200 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
201 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
206 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
207 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
208 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
214 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
217 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
220 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
227 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dbasic_types.h199 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
200 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
201 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
206 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
207 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
208 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
214 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
217 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
220 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
227 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dbasic_types.h160 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
161 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
162 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
167 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
168 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
169 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
175 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
178 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
181 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
188 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dbasic_types.h160 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
161 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
162 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
167 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
168 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
169 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
175 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
178 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
181 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
188 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dbasic_types.h200 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
201 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
202 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
207 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
208 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
209 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
215 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
218 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
221 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
228 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dbasic_types.h226 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
227 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
228 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
233 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
234 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
235 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
241 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
244 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
247 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
254 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dbasic_types.h226 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
227 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
228 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
233 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
234 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
235 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
241 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
244 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
247 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
254 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dbasic_types.h251 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
252 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
253 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
258 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
259 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
260 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
266 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
269 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
272 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
279 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dbasic_types.h219 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) \ argument
227 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
239 #define LE_BITS_CLEARED_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
250 #define SET_BITS_TO_LE_4BYTE(__pStart, __BitOffset, __BitLen, __Value) \ argument
265 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) \ argument
268 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
275 #define LE_BITS_CLEARED_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
282 #define SET_BITS_TO_LE_2BYTE(__pStart, __BitOffset, __BitLen, __Value) \ argument
296 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) \ argument
299 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_none.h727 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
728 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
729 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
734 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
735 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
736 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
742 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
745 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
748 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
755 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_none.h718 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) (le32_to_cpu(*((u32 *)(__pStart)))) argument
719 #define LE_P2BYTE_TO_HOST_2BYTE(__pStart) (le16_to_cpu(*((u16 *)(__pStart)))) argument
720 #define LE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
725 #define BE_P4BYTE_TO_HOST_4BYTE(__pStart) (be32_to_cpu(*((u32 *)(__pStart)))) argument
726 #define BE_P2BYTE_TO_HOST_2BYTE(__pStart) (be16_to_cpu(*((u16 *)(__pStart)))) argument
727 #define BE_P1BYTE_TO_HOST_1BYTE(__pStart) ((*((u8 *)(__pStart)))) argument
733 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
736 #define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ argument
739 #define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ argument
746 #define BE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dbasic_types.h177 #define LE_BITS_CLEARED_TO_1BYTE_8BIT(__pStart, __BitOffset, __BitLen) \ argument
182 #define SET_BITS_TO_LE_1BYTE_8BIT(__pStart, __BitOffset, __BitLen, __Value) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h158 #define LE_P4BYTE_TO_HOST_4BYTE(__pStart) \ argument
167 #define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
180 #define LE_BITS_CLEARED_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ argument
190 #define SET_BITS_TO_LE_4BYTE(__pStart, __BitOffset, __BitLen, __Value) \ argument