Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
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 …]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_mem.h40 #define hi_free(_id, _ptr) oal_free(_ptr) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/
Dof.h414 #define of_match_ptr(_ptr) (_ptr) argument
980 #define of_match_ptr(_ptr) NULL argument
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dfair.c3140 #define add_positive(_ptr, _val) … argument
3161 #define sub_positive(_ptr, _val) … argument
3178 #define lsub_positive(_ptr, _val) … argument