Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dbasic_types.h194 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
336 WriteBE1Byte(__pStart, __Value); \
338 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dbasic_types.h194 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
336 WriteBE1Byte(__pStart, __Value); \
338 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dbasic_types.h195 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
337 WriteBE1Byte(__pStart, __Value); \
339 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dbasic_types.h194 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
336 WriteBE1Byte(__pStart, __Value); \
338 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dbasic_types.h194 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
336 WriteBE1Byte(__pStart, __Value); \
338 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dbasic_types.h195 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
337 WriteBE1Byte(__pStart, __Value); \
339 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dbasic_types.h195 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
337 WriteBE1Byte(__pStart, __Value); \
339 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dbasic_types.h195 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
337 WriteBE1Byte(__pStart, __Value); \
339 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dbasic_types.h194 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
336 WriteBE1Byte(__pStart, __Value); \
338 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dbasic_types.h194 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
336 WriteBE1Byte(__pStart, __Value); \
338 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dbasic_types.h194 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
336 WriteBE1Byte(__pStart, __Value); \
338 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dbasic_types.h155 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
297 WriteBE1Byte(__pStart, __Value); \
299 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dbasic_types.h155 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
297 WriteBE1Byte(__pStart, __Value); \
299 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dbasic_types.h195 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
337 WriteBE1Byte(__pStart, __Value); \
339 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dbasic_types.h221 #define WriteBE1Byte(_ptr, _val) (*((u8 *)(_ptr))) = ((u8)(_val)) macro
363 WriteBE1Byte(__pStart, __Value); \
365 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dbasic_types.h221 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
363 WriteBE1Byte(__pStart, __Value); \
365 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dbasic_types.h246 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
388 WriteBE1Byte(__pStart, __Value); \
390 WriteBE1Byte(__pStart, \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_none.h722 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
862 WriteBE1Byte(__pStart, __Value); \
864 WriteBE1Byte(__pStart, \
H A Dpltfm_ops_windows.h55 #define WriteBE1Byte(_ptr, _val) WriteEF1Byte(_ptr,H2N4BYTE(_val)) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_none.h713 #define WriteBE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) macro
853 WriteBE1Byte(__pStart, __Value); \
855 WriteBE1Byte(__pStart, \
H A Dpltfm_ops_windows.h55 #define WriteBE1Byte(_ptr, _val) WriteEF1Byte(_ptr,H2N4BYTE(_val)) macro