Home
last modified time | relevance | path

Searched defs:_ptr (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dsafe_iop.h106 #define safe_add(_ptr, __a, __b) \ argument
125 #define safe_add3(_ptr, _A, _B, _C) \ argument
133 #define safe_add4(_ptr, _A, _B, _C, _D) \ argument
143 #define safe_add5(_ptr, _A, _B, _C, _D, _E) \ argument
155 #define safe_sub(_ptr, __a, __b) \ argument
175 #define safe_sub3(_ptr, _A, _B, _C) \ argument
183 #define safe_sub4(_ptr, _A, _B, _C, _D) \ argument
193 #define safe_sub5(_ptr, _A, _B, _C, _D, _E) \ argument
207 #define safe_mul(_ptr, __a, __b) \ argument
226 #define safe_mul3(_ptr, _A, _B, _C) \ argument
[all …]
/OK3568_Linux_fs/external/recovery/
H A Dsafe_iop.h106 #define safe_add(_ptr, __a, __b) \ argument
125 #define safe_add3(_ptr, _A, _B, _C) \ argument
133 #define safe_add4(_ptr, _A, _B, _C, _D) \ argument
143 #define safe_add5(_ptr, _A, _B, _C, _D, _E) \ argument
155 #define safe_sub(_ptr, __a, __b) \ argument
175 #define safe_sub3(_ptr, _A, _B, _C) \ argument
183 #define safe_sub4(_ptr, _A, _B, _C, _D) \ argument
193 #define safe_sub5(_ptr, _A, _B, _C, _D, _E) \ argument
207 #define safe_mul(_ptr, __a, __b) \ argument
226 #define safe_mul3(_ptr, _A, _B, _C) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/
H A Dcoresight_mali_common.h42 #define WRITE_PTR_OP(_reg_addr, _ptr) \ argument
48 #define READ_OP(_reg_addr, _ptr) \ argument
60 #define BIT_OR_OP(_ptr, _val) \ argument
66 #define BIT_XOR_OP(_ptr, _val) \ argument
72 #define BIT_AND_OP(_ptr, _val) \ argument
78 #define BIT_NOT_OP(_ptr) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dbasic_types.h171 #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 Dbasic_types.h171 #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 Dbasic_types.h172 #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 Dbasic_types.h171 #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 Dbasic_types.h171 #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 Dbasic_types.h172 #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 Dbasic_types.h172 #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 Dbasic_types.h172 #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 Dbasic_types.h171 #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 Dbasic_types.h171 #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 Dbasic_types.h171 #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 Dbasic_types.h132 #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 Dbasic_types.h132 #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 Dbasic_types.h172 #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/rtl8723bu/include/
H A Dbasic_types.h198 #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 Dbasic_types.h198 #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 Dbasic_types.h223 #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 Dphl_pkt_ofld.h82 #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 …]
H A Dphl_list.h23 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
32 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
40 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
49 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
70 #define container_of(_ptr, _type, _member) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_pkt_ofld.h82 #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 …]
H A Dphl_list.h23 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
32 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
40 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
49 #define phl_container_of(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
70 #define container_of(_ptr, _type, _member) \ argument
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dbasic_types.h49 #define READEF1BYTE(_ptr) \ argument
52 #define READEF2BYTE(_ptr) \ argument
54 #define READEF4BYTE(_ptr) \ argument
58 #define WRITEEF1BYTE(_ptr, _val) \ argument
63 #define WRITEEF2BYTE(_ptr, _val) \ argument
68 #define WRITEEF4BYTE(_ptr, _val) \ argument

12