| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | safe_iop.h | 106 #define safe_add(_ptr, __a, __b) \ argument 110 typeof(_ptr) __sio(var)(p) = (_ptr); \ 125 #define safe_add3(_ptr, _A, _B, _C) \ argument 131 safe_add((_ptr), __sio(var)(r), __sio(var)(c))); }) 133 #define safe_add4(_ptr, _A, _B, _C, _D) \ argument 141 safe_add((_ptr), __sio(var)(r), (__sio(var)(d)))); }) 143 #define safe_add5(_ptr, _A, _B, _C, _D, _E) \ argument 153 safe_add((_ptr), __sio(var)(r), __sio(var)(e))); }) 155 #define safe_sub(_ptr, __a, __b) \ argument 159 typeof(_ptr) __sio(var)(p) = (_ptr); \ [all …]
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | safe_iop.h | 106 #define safe_add(_ptr, __a, __b) \ argument 110 typeof(_ptr) __sio(var)(p) = (_ptr); \ 125 #define safe_add3(_ptr, _A, _B, _C) \ argument 131 safe_add((_ptr), __sio(var)(r), __sio(var)(c))); }) 133 #define safe_add4(_ptr, _A, _B, _C, _D) \ argument 141 safe_add((_ptr), __sio(var)(r), (__sio(var)(d)))); }) 143 #define safe_add5(_ptr, _A, _B, _C, _D, _E) \ argument 153 safe_add((_ptr), __sio(var)(r), __sio(var)(e))); }) 155 #define safe_sub(_ptr, __a, __b) \ argument 159 typeof(_ptr) __sio(var)(p) = (_ptr); \ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | basic_types.h | 171 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 172 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 173 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 178 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 179 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 180 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 185 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 186 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 187 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | basic_types.h | 171 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 172 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 173 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 178 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 179 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 180 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 185 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 186 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 187 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | basic_types.h | 172 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 173 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 174 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 179 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 180 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 181 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 186 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 187 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 188 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | basic_types.h | 171 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 172 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 173 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 178 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 179 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 180 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 185 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 186 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 187 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | basic_types.h | 171 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 172 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 173 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 178 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 179 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 180 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 185 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 186 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 187 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | basic_types.h | 172 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 173 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 174 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 179 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 180 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 181 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 186 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 187 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 188 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | basic_types.h | 172 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 173 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 174 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 179 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 180 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 181 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 186 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 187 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 188 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | basic_types.h | 172 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 173 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 174 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 179 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 180 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 181 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 186 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 187 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 188 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | basic_types.h | 171 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 172 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 173 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 178 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 179 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 180 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 185 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 186 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 187 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | basic_types.h | 171 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 172 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 173 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 178 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 179 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 180 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 185 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 186 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 187 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | basic_types.h | 171 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 172 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 173 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 178 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 179 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 180 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 185 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 186 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 187 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | basic_types.h | 132 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 133 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 134 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 139 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 140 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 141 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 146 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 147 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 148 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 153 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | basic_types.h | 132 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 133 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 134 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 139 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 140 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 141 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 146 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 147 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 148 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 153 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | basic_types.h | 172 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 173 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 174 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 179 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 180 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 181 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 186 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 187 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 188 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 193 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | smartptr.h | 109 : _ptr (obj), _ref(NULL) in _ptr() function 117 : _ptr (obj), _ref(NULL) in SmartPtr() 125 : _ptr(obj._ptr), _ref(obj._ref) in SmartPtr() 129 M_Assert(_ptr != nullptr, "smartptr copy from pointer failed\n"); in SmartPtr() 135 : _ptr(obj._ptr), _ref(obj._ref) in SmartPtr() 139 M_Assert(_ptr != nullptr, "smartptr copy from derived pointer failed\n"); in SmartPtr() 163 set_pointer (obj._ptr, obj._ref); 170 set_pointer (obj._ptr, obj._ref); 175 return _ptr; 179 return _ptr; in ptr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | basic_types.h | 198 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 199 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 200 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 205 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 206 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 207 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 212 #define WriteLE4Byte(_ptr, _val) (*((u32 *)(_ptr))) = cpu_to_le32(_val) argument 213 #define WriteLE2Byte(_ptr, _val) (*((u16 *)(_ptr))) = cpu_to_le16(_val) argument 214 #define WriteLE1Byte(_ptr, _val) (*((u8 *)(_ptr))) = ((u8)(_val)) argument 219 #define WriteBE4Byte(_ptr, _val) (*((u32 *)(_ptr))) = cpu_to_be32(_val) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | basic_types.h | 198 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 199 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 200 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 205 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 206 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 207 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 212 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 213 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 214 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 219 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | basic_types.h | 223 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument 224 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument 225 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument 230 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument 231 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument 232 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument 237 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument 238 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument 239 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument 244 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_pkt_ofld.h | 82 #define SET_ACTION_FRAME_CATEGORY(_ptr, _val) WriteLE1Byte(_ptr, _val) argument 83 #define SET_SAQ_ACTION_FIELD(_ptr, _val) WriteLE1Byte(_ptr+SAQ_OFFSET_ACTION, _val) argument 92 #define SET_LLC_HDR(_h, _ptr, _val) _os_mem_cpy(d, _ptr+LLC_OFFSET_HDR, _val, 3); argument 93 #define SET_LLC_OUI(_h, _ptr, _val) _os_mem_cpy(d, _ptr+LLC_OFFSET_OUI, _val, 3); argument 94 #define SET_LLC_PROTO_ID(_h, _ptr, _val) _os_mem_cpy(d, _ptr+LLC_OFFSET_PROTO_ID, _val, 2); argument 110 #define SET_AUTH_1X_PROTO_VER(_ptr, _val) WriteLE1Byte(_ptr+AUTH_1X_OFFSET_PROTO_VER, _val) argument 111 #define SET_AUTH_1X_PKT_TYPE(_ptr, _val) WriteLE1Byte(_ptr+AUTH_1X_OFFSET_PKT_TYPE, _val) argument 112 #define SET_AUTH_1X_LENGTH(_ptr, _val) WriteBE2Byte(_ptr+AUTH_1X_OFFSET_LENGTH, _val) argument 128 #define SET_EAPOLKEY_KEYDESC_TYPE(_ptr, _val) WriteLE1Byte(_ptr+EAPOLKEY_OFFSET_KEYDESC_TYPE, _val) argument 129 #define SET_EAPOLKEY_KEY_INFO(_ptr, _val) WriteBE2Byte(_ptr+EAPOLKEY_OFFSET_KEY_INFO, _val) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_pkt_ofld.h | 82 #define SET_ACTION_FRAME_CATEGORY(_ptr, _val) WriteLE1Byte(_ptr, _val) argument 83 #define SET_SAQ_ACTION_FIELD(_ptr, _val) WriteLE1Byte(_ptr+SAQ_OFFSET_ACTION, _val) argument 92 #define SET_LLC_HDR(_h, _ptr, _val) _os_mem_cpy(d, _ptr+LLC_OFFSET_HDR, _val, 3); argument 93 #define SET_LLC_OUI(_h, _ptr, _val) _os_mem_cpy(d, _ptr+LLC_OFFSET_OUI, _val, 3); argument 94 #define SET_LLC_PROTO_ID(_h, _ptr, _val) _os_mem_cpy(d, _ptr+LLC_OFFSET_PROTO_ID, _val, 2); argument 110 #define SET_AUTH_1X_PROTO_VER(_ptr, _val) WriteLE1Byte(_ptr+AUTH_1X_OFFSET_PROTO_VER, _val) argument 111 #define SET_AUTH_1X_PKT_TYPE(_ptr, _val) WriteLE1Byte(_ptr+AUTH_1X_OFFSET_PKT_TYPE, _val) argument 112 #define SET_AUTH_1X_LENGTH(_ptr, _val) WriteBE2Byte(_ptr+AUTH_1X_OFFSET_LENGTH, _val) argument 128 #define SET_EAPOLKEY_KEYDESC_TYPE(_ptr, _val) WriteLE1Byte(_ptr+EAPOLKEY_OFFSET_KEYDESC_TYPE, _val) argument 129 #define SET_EAPOLKEY_KEY_INFO(_ptr, _val) WriteBE2Byte(_ptr+EAPOLKEY_OFFSET_KEY_INFO, _val) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/ |
| H A D | coresight_mali_common.h | 42 #define WRITE_PTR_OP(_reg_addr, _ptr) \ argument 45 .op.write.ptr = _ptr \ 48 #define READ_OP(_reg_addr, _ptr) \ argument 51 .op.read.ptr = _ptr \ 60 #define BIT_OR_OP(_ptr, _val) \ argument 62 .type = KBASE_DEBUG_CORESIGHT_CSF_OP_TYPE_BIT_OR, .op.bitw.ptr = _ptr, \ 66 #define BIT_XOR_OP(_ptr, _val) \ argument 68 .type = KBASE_DEBUG_CORESIGHT_CSF_OP_TYPE_BIT_XOR, .op.bitw.ptr = _ptr, \ 72 #define BIT_AND_OP(_ptr, _val) \ argument 74 .type = KBASE_DEBUG_CORESIGHT_CSF_OP_TYPE_BIT_AND, .op.bitw.ptr = _ptr, \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | basic_types.h | 49 #define READEF1BYTE(_ptr) \ argument 50 EF1BYTE(*((u8 *)(_ptr))) 52 #define READEF2BYTE(_ptr) \ argument 53 EF2BYTE(*(_ptr)) 54 #define READEF4BYTE(_ptr) \ argument 55 EF4BYTE(*(_ptr)) 58 #define WRITEEF1BYTE(_ptr, _val) \ argument 60 (*((u8 *)(_ptr))) = EF1BYTE(_val); \ 63 #define WRITEEF2BYTE(_ptr, _val) \ argument 65 (*((u16 *)(_ptr))) = EF2BYTE(_val); \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/libunwind-debian/ |
| H A D | legacy_built-in_sync_functions.patch | 19 -# define fetch_and_add1(_ptr) __sync_fetch_and_add(_ptr, 1) 20 -# define fetch_and_add(_ptr, value) __sync_fetch_and_add(_ptr, value) 21 +# define fetch_and_add1(_ptr) __atomic_fetch_add(_ptr, 1, __ATOMIC_SEQ_CST) 22 +# define fetch_and_add(_ptr, value) __atomic_fetch_add(_ptr, value, __ATOMIC_SEQ_CST)
|