Searched defs:test_and_clear_bit (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | bitops.h | 74 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
| /openbmc/u-boot/arch/nios2/include/asm/bitops/ |
| H A D | atomic.h | 151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
| /openbmc/u-boot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 83 static inline int test_and_clear_bit(int nr, void *addr) in test_and_clear_bit() function
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | bitops.h | 76 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | bitops.h | 221 test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function 474 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | bitops.h | 167 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 101 static __inline__ int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|
| /openbmc/u-boot/arch/microblaze/include/asm/ |
| H A D | bitops.h | 133 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|
| /openbmc/qemu/include/qemu/ |
| H A D | bitops.h | 147 static inline int test_and_clear_bit(long nr, unsigned long *addr) in test_and_clear_bit() function
|