Searched refs:change_bit (Results 1 - 9 of 9) sorted by relevance

/u-boot/arch/m68k/include/asm/
H A Dbitops.h16 extern void change_bit(int nr, volatile void *addr);
/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h98 * change_bit - Toggle a bit in memory
102 * change_bit() is atomic and may not be reordered. It may be
107 static inline void change_bit(int nr, volatile unsigned long *addr) function
/u-boot/arch/sandbox/include/asm/
H A Dbitops.h41 extern void change_bit(int nr, void *addr);
/u-boot/arch/sh/include/asm/
H A Dbitops.h45 static inline void change_bit(int nr, volatile void * addr) function
/u-boot/arch/x86/include/asm/
H A Dbitops.h91 * Unlike change_bit(), this function is non-atomic and may be reordered.
104 * change_bit - Toggle a bit in memory
108 * change_bit() is atomic and may not be reordered.
112 static __inline__ void change_bit(int nr, volatile void * addr) function
/u-boot/arch/arm/include/asm/
H A Dbitops.h65 extern void change_bit(int nr, volatile void * addr);
/u-boot/arch/mips/include/asm/
H A Dbitops.h122 * change_bit - Toggle a bit in memory
126 * change_bit() is atomic and may not be reordered.
131 change_bit(int nr, volatile void *addr) function
137 "1:\tll\t%0, %1\t\t# change_bit\n\t"
150 * Unlike change_bit(), this function is non-atomic and may be reordered.
383 * change_bit - Toggle a bit in memory
387 * change_bit() is atomic and may not be reordered.
391 static __inline__ void change_bit(int nr, volatile void * addr) function
409 * Unlike change_bit(), this function is non-atomic and may be reordered.
/u-boot/arch/microblaze/include/asm/
H A Dbitops.h82 static inline void change_bit(int nr, volatile void *addr) function
/u-boot/arch/powerpc/include/asm/
H A Dbitops.h65 static __inline__ void change_bit(int nr, volatile void *addr) function

Completed in 63 milliseconds