Searched refs:__bits (Results 1 – 1 of 1) sorted by relevance
256 atomic_and_32(volatile uint32_t *__memory, uint32_t __bits) in atomic_and_32() argument262 : "r" (__bits)); in atomic_and_32()274 : "r" (__memory), "r" (__bits) in atomic_and_32()282 atomic_or_32(volatile uint32_t *__memory, uint32_t __bits) in atomic_or_32() argument288 : "r" (__bits)); in atomic_or_32()300 : "r" (__memory), "r" (__bits) in atomic_or_32()