| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 61 static inline int test_and_set_bit(int nr, void *addr) in test_and_set_bit() function 154 #define ext2_set_bit test_and_set_bit 161 #define minix_test_and_set_bit(nr, addr) test_and_set_bit(nr, addr)
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | bitops.h | 74 extern int test_and_set_bit(int nr, void *addr); 175 #define ext2_set_bit test_and_set_bit 182 #define minix_test_and_set_bit(nr, addr) test_and_set_bit(nr, addr)
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | bitops.h | 52 static inline int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit() function 178 #define ext2_set_bit test_and_set_bit 185 #define minix_test_and_set_bit(nr,addr) test_and_set_bit(nr,addr)
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | bitops.h | 22 static inline int test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | bitops.h | 30 static inline int test_and_set_bit(int nr, volatile void *vaddr) in test_and_set_bit() function
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | bitops.h | 171 test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function 429 static __inline__ int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit() function 884 #define ext2_set_bit(nr, addr) test_and_set_bit((nr), (addr)) 898 #define minix_test_and_set_bit(nr,addr) test_and_set_bit(nr,addr)
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 82 static __inline__ int test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function 281 #define ext2_set_bit(nr, addr) test_and_set_bit((nr) ^ 0x18, addr)
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | bitops.h | 58 static inline int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit() function
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | bitops.h | 105 static inline int test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function 356 #define minix_test_and_set_bit(nr,addr) test_and_set_bit(nr,addr)
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/bitops/ |
| H A D | atomic.h | 127 static inline int test_and_set_bit(int nr, volatile unsigned long *addr) in test_and_set_bit() function
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | eeprom.c | 212 test_and_set_bit(cfg->bit, econfig_bytes); in do_econfig()
|
| /rk3399_rockchip-uboot/board/nokia/rx51/ |
| H A D | rx51.c | 467 if (test_and_set_bit(0, &twl_i2c_lock)) in hw_watchdog_reset() 604 if (test_and_set_bit(0, &twl_i2c_lock)) in rx51_kp_tstc()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bitops.h | 126 static __inline__ int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit() function
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | lpt_commit.c | 670 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in do_make_pnode_dirty() 678 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in do_make_pnode_dirty() 921 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty() 927 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty()
|
| H A D | lpt.c | 1493 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in dirty_cow_nnode() 1544 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in dirty_cow_pnode()
|
| H A D | tnc.c | 260 if (!test_and_set_bit(DIRTY_ZNODE, &znode->flags)) { in dirty_cow_znode()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubispl/ |
| H A D | ubispl.c | 61 if (test_and_set_bit(pnum, ubi->scanned)) in ubi_io_read_vid_hdr()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 1660 if (test_and_set_bit(tmp, &nfc->assigned_cs)) { in sunxi_nand_chip_init()
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata_dwc.c | 1000 if (test_and_set_bit(tag, &ap->qc_allocated)) { in ata_exec_internal()
|