Searched refs:bitmap (Results 1 – 13 of 13) sorted by relevance
91 static inline int xf_atomic_test_and_set(volatile u32 *bitmap, u32 mask) in xf_atomic_test_and_set() argument98 v = *bitmap, *bitmap = v | mask; in xf_atomic_test_and_set()104 static inline int xf_atomic_test_and_clear(volatile u32 *bitmap, u32 mask) in xf_atomic_test_and_clear() argument111 v = *bitmap, *bitmap = v & ~mask; in xf_atomic_test_and_clear()117 static inline u32 xf_atomic_set(volatile u32 *bitmap, u32 mask) in xf_atomic_set() argument124 v = *bitmap, *bitmap = (v |= mask); in xf_atomic_set()130 static inline u32 xf_atomic_clear(volatile u32 *bitmap, u32 mask) in xf_atomic_clear() argument137 v = *bitmap, *bitmap = (v &= ~mask); in xf_atomic_clear()
285 # Takes a bitmap of frame types to drop428 # ie bitmap examples: <bitmap_name>=<value> [<Allowed Information elements>]
311 # ie bitmap examples: <bitmap_name>=<value> [<Allowed Information elements>]
296 # ie bitmap examples: <bitmap_name>=<value> [<Allowed Information elements>]
1143 void *bitmap; member
604 void * bitmap; member
1111 void *bitmap; member
619 void * bitmap; member
205 int bitmap; member1264 if (s_networkMask[i].bitmap == value) {1276 return s_networkMask[i].bitmap;