Home
last modified time | relevance | path

Searched refs:__test_and_clear_bit (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/arch/x86/include/asm/
Dbitops.h187 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
396 #define ext2_clear_bit __test_and_clear_bit
404 #define minix_test_and_clear_bit(nr,addr) __test_and_clear_bit(nr,addr)
/external/u-boot/arch/sandbox/include/asm/
Dbitops.h73 static inline int __test_and_clear_bit(int nr, void *addr) in __test_and_clear_bit() function
89 out = __test_and_clear_bit(nr, addr); in test_and_clear_bit()
/external/u-boot/arch/arm/include/asm/
Dbitops.h64 static inline int __test_and_clear_bit(int nr, volatile void *addr) in __test_and_clear_bit() function
80 out = __test_and_clear_bit(nr, addr); in test_and_clear_bit()
/external/u-boot/arch/nios2/include/asm/bitops/
Dnon-atomic.h80 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/external/u-boot/arch/riscv/include/asm/
Dbitops.h81 static inline int __test_and_clear_bit(int nr, void *addr) in __test_and_clear_bit() function
/external/u-boot/arch/nds32/include/asm/
Dbitops.h94 static inline int __test_and_clear_bit(int nr, void *addr) in __test_and_clear_bit() function
/external/u-boot/arch/mips/include/asm/
Dbitops.h251 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
499 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
/external/u-boot/arch/microblaze/include/asm/
Dbitops.h149 static inline int __test_and_clear_bit(int nr, volatile void *addr) in __test_and_clear_bit() function
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c433 if (!__test_and_clear_bit(pnum, ubi->fm_used)) in ubi_attach_fastmap()