Home
last modified time | relevance | path

Searched refs:test_and_clear_bit (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h83 static inline int test_and_clear_bit(int nr, void *addr) in test_and_clear_bit() function
155 #define ext2_clear_bit test_and_clear_bit
163 #define minix_test_and_clear_bit(nr, addr) test_and_clear_bit(nr, addr)
/openbmc/u-boot/arch/nds32/include/asm/
H A Dbitops.h92 extern int test_and_clear_bit(int nr, void *addr);
180 #define ext2_clear_bit test_and_clear_bit
188 #define minix_test_and_clear_bit(nr, addr) test_and_clear_bit(nr, addr)
/openbmc/u-boot/arch/arm/include/asm/
H A Dbitops.h76 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
165 #define ext2_clear_bit test_and_clear_bit
173 #define minix_test_and_clear_bit(nr,addr) test_and_clear_bit(nr,addr)
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbitops.h162 #define ext2_clear_bit test_and_clear_bit
170 #define minix_test_and_clear_bit(nr, addr) test_and_clear_bit(nr, addr)
/openbmc/u-boot/arch/m68k/include/asm/
H A Dbitops.h17 extern int test_and_clear_bit(int nr, volatile void *addr);
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h221 test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
474 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
884 #define ext2_clear_bit(nr, addr) test_and_clear_bit((nr), (addr))
899 #define minix_test_and_clear_bit(nr,addr) test_and_clear_bit(nr,addr)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbitops.h101 static __inline__ int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
282 #define ext2_clear_bit(nr, addr) test_and_clear_bit((nr) ^ 0x18, addr)
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h133 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
358 #define minix_test_and_clear_bit(nr,addr) test_and_clear_bit(nr,addr)
/openbmc/u-boot/arch/sh/include/asm/
H A Dbitops.h74 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/openbmc/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c483 test_and_clear_bit(0, &twl_i2c_lock); in hw_watchdog_reset()
643 test_and_clear_bit(0, &twl_i2c_lock); in rx51_kp_tstc()
/openbmc/u-boot/arch/x86/include/asm/
H A Dbitops.h167 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Deeprom.c238 test_and_clear_bit(cfg->bit, econfig_bytes); in do_econfig()
/openbmc/qemu/include/qemu/
H A Dbitops.h147 static inline int test_and_clear_bit(long nr, unsigned long *addr) in test_and_clear_bit() function
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c2355 if (test_and_clear_bit(IGNORE_BULK_OUT, in handle_exception()
/openbmc/qemu/migration/
H A Dram.c853 ret = test_and_clear_bit(page, rb->bmap); in migration_bitmap_clear_dirty()
/openbmc/qemu/ui/
H A Dvnc.c3217 if (!test_and_clear_bit(x, vd->guest.dirty[y])) { in vnc_refresh_server_surface()