Home
last modified time | relevance | path

Searched defs:test_and_change_bit (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/sh/include/asm/
H A Dbitops.h90 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/openbmc/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h174 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/openbmc/u-boot/arch/x86/include/asm/
H A Dbitops.h218 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h273 test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
520 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbitops.h120 static __inline__ int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h161 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/openbmc/qemu/include/qemu/
H A Dbitops.h162 static inline int test_and_change_bit(long nr, unsigned long *addr) in test_and_change_bit() function