Searched refs:__test_and_clear_bit (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bitops.h | 185 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function 394 #define ext2_clear_bit __test_and_clear_bit 402 #define minix_test_and_clear_bit(nr,addr) __test_and_clear_bit(nr,addr)
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 73 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()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | bitops.h | 64 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()
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/bitops/ |
| H A D | non-atomic.h | 76 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | bitops.h | 90 static inline int __test_and_clear_bit(int nr, void *addr) in __test_and_clear_bit() function
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | bitops.h | 252 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function 500 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | bitops.h | 149 static inline int __test_and_clear_bit(int nr, volatile void *addr) in __test_and_clear_bit() function
|
| /rk3399_rockchip-uboot/drivers/mtd/ubispl/ |
| H A D | ubispl.c | 434 if (!__test_and_clear_bit(pnum, ubi->fm_used)) in ubi_attach_fastmap()
|