Searched refs:dw_offset (Results 1 – 1 of 1) sorted by relevance
164 static inline void amap_set(void *ptr, u32 dw_offset, u32 mask, in amap_set() argument167 u32 *dw = (u32 *) ptr + dw_offset; in amap_set()179 static inline u32 amap_get(void *ptr, u32 dw_offset, u32 mask, u32 offset) in amap_get() argument182 return mask & (*(dw + dw_offset) >> offset); in amap_get()