Home
last modified time | relevance | path

Searched refs:WriteBE4Byte (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dbasic_types.h192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
310 WriteBE4Byte(__pStart, __Value); \
312 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dbasic_types.h192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
310 WriteBE4Byte(__pStart, __Value); \
312 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dbasic_types.h193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
311 WriteBE4Byte(__pStart, __Value); \
313 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dbasic_types.h192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
310 WriteBE4Byte(__pStart, __Value); \
312 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dbasic_types.h192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
310 WriteBE4Byte(__pStart, __Value); \
312 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dbasic_types.h193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
311 WriteBE4Byte(__pStart, __Value); \
313 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dbasic_types.h193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
311 WriteBE4Byte(__pStart, __Value); \
313 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dbasic_types.h193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
311 WriteBE4Byte(__pStart, __Value); \
313 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dbasic_types.h192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
310 WriteBE4Byte(__pStart, __Value); \
312 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dbasic_types.h192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
310 WriteBE4Byte(__pStart, __Value); \
312 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dbasic_types.h192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
310 WriteBE4Byte(__pStart, __Value); \
312 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dbasic_types.h153 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
271 WriteBE4Byte(__pStart, __Value); \
273 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dbasic_types.h153 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
271 WriteBE4Byte(__pStart, __Value); \
273 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dbasic_types.h193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
311 WriteBE4Byte(__pStart, __Value); \
313 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dbasic_types.h219 #define WriteBE4Byte(_ptr, _val) (*((u32 *)(_ptr))) = cpu_to_be32(_val) macro
337 WriteBE4Byte(__pStart, __Value); \
339 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dbasic_types.h219 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
337 WriteBE4Byte(__pStart, __Value); \
339 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dbasic_types.h244 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
362 WriteBE4Byte(__pStart, __Value); \
364 WriteBE4Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_none.h720 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
836 WriteBE4Byte(__pStart, __Value); \
838 WriteBE4Byte(__pStart, \
H A Dpltfm_ops_windows.h53 #define WriteBE4Byte(_ptr, _val) WriteEF4Byte(_ptr,H2N1BYTE(_val)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_none.h711 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) macro
827 WriteBE4Byte(__pStart, __Value); \
829 WriteBE4Byte(__pStart, \
H A Dpltfm_ops_windows.h53 #define WriteBE4Byte(_ptr, _val) WriteEF4Byte(_ptr,H2N1BYTE(_val)) macro