Searched refs:minix_test_bit (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 164 #define minix_test_bit(nr, addr) test_bit(nr, addr) macro
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | bitops.h | 185 #define minix_test_bit(nr, addr) test_bit(nr, addr) macro
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | bitops.h | 188 #define minix_test_bit(nr,addr) test_bit(nr,addr) macro
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bitops.h | 403 #define minix_test_bit(nr,addr) test_bit(nr,addr) macro
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 367 #define minix_test_bit(nr,addr) ext2_test_bit(nr,addr) macro
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | bitops.h | 359 #define minix_test_bit(nr,addr) test_bit(nr,addr) macro
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | bitops.h | 901 #define minix_test_bit(nr,addr) test_bit(nr,addr) macro
|