Searched defs:_ptr (Results 1 – 4 of 4) sorted by relevance
171 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument172 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument173 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument178 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument179 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument180 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument185 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument186 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument187 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument192 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument[all …]
40 #define hi_free(_id, _ptr) oal_free(_ptr) argument
414 #define of_match_ptr(_ptr) (_ptr) argument980 #define of_match_ptr(_ptr) NULL argument
3140 #define add_positive(_ptr, _val) … argument3161 #define sub_positive(_ptr, _val) … argument3178 #define lsub_positive(_ptr, _val) … argument