Searched defs:test_bit (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | bitops.h | 17 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | bitops.h | 23 static inline int test_bit(int nr, __const__ volatile void *addr) in test_bit() function
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/bitops/ |
| H A D | non-atomic.h | 103 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 113 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | bitops.h | 122 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | bitops.h | 101 static inline int test_bit(int nr, const void * addr) in test_bit() function
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bitops.h | 252 #define test_bit(nr,addr) \ macro
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 140 static __inline__ int test_bit(int nr, __const__ volatile void *addr) in test_bit() function
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | bitops.h | 207 #define test_bit(nr,addr) \ macro
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | bitops.h | 571 static __inline__ int test_bit(int nr, const volatile void *addr) in test_bit() function
|