Searched refs:test_and_set_bit (Results 1 - 20 of 20) sorted by last modified time

/u-boot/drivers/mtd/ubispl/
H A Dubispl.c243 if (test_and_set_bit(pnum, ubi->scanned))
/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c1653 if (test_and_set_bit(tmp, &nfc->assigned_cs)) {
H A Drockchip_nfc.c920 if (test_and_set_bit(cs[i], &nfc->assigned_cs)) {
H A Dmeson_nand.c1067 if (test_and_set_bit(cs[i], &nfc->assigned_cs)) {
H A Dsand_nand.c242 test_and_set_bit(chip->page_addr, chip->programmed)) {
/u-boot/board/gateworks/gw_ventana/
H A Deeprom.c421 test_and_set_bit(cfg->bit, econfig_bytes);
/u-boot/fs/ubifs/
H A Dlpt_commit.c673 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) {
681 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
924 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
930 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
H A Dlpt.c1494 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
1545 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) {
H A Dtnc.c264 if (!test_and_set_bit(DIRTY_ZNODE, &znode->flags)) {
/u-boot/arch/arm/include/asm/
H A Dbitops.h85 static inline int test_and_set_bit(int nr, volatile void * addr) function
195 #define ext2_set_bit test_and_set_bit
202 #define minix_test_and_set_bit(nr,addr) test_and_set_bit(nr,addr)
/u-boot/arch/riscv/include/asm/
H A Dbitops.h161 #define test_and_set_bit __test_and_set_bit macro
164 #define ext2_set_bit test_and_set_bit
171 #define minix_test_and_set_bit(nr, addr) test_and_set_bit(nr, addr)
/u-boot/arch/sh/include/asm/
H A Dbitops.h58 static inline int test_and_set_bit(int nr, volatile void * addr) function
/u-boot/arch/xtensa/include/asm/
H A Dbitops.h21 static inline int test_and_set_bit(int nr, volatile void *addr) function
/u-boot/arch/x86/include/asm/
H A Dbitops.h121 * test_and_set_bit - Set a bit and return its old value
128 static __inline__ int test_and_set_bit(int nr, volatile void * addr) function
/u-boot/arch/mips/include/asm/
H A Dbitops.h162 * test_and_set_bit - Set a bit and return its old value
170 test_and_set_bit(int nr, volatile void *addr) function
176 ".set\tnoreorder\t\t# test_and_set_bit\n"
421 * test_and_set_bit - Set a bit and return its old value
428 static __inline__ int test_and_set_bit(int nr, volatile void * addr) function
883 #define ext2_set_bit(nr, addr) test_and_set_bit((nr), (addr))
897 #define minix_test_and_set_bit(nr,addr) test_and_set_bit(nr,addr)
/u-boot/arch/m68k/include/asm/
H A Dbitops.h30 static inline int test_and_set_bit(int nr, volatile void *vaddr) function
/u-boot/arch/microblaze/include/asm/
H A Dbitops.h105 static inline int test_and_set_bit(int nr, volatile void *addr) function
356 #define minix_test_and_set_bit(nr,addr) test_and_set_bit(nr,addr)
/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h119 * test_and_set_bit - Set a bit and return its old value
127 static inline int test_and_set_bit(int nr, volatile unsigned long *addr) function
/u-boot/arch/powerpc/include/asm/
H A Dbitops.h82 static __inline__ int test_and_set_bit(int nr, volatile void *addr) function
281 #define ext2_set_bit(nr, addr) test_and_set_bit((nr) ^ 0x18, addr)
/u-boot/arch/sandbox/include/asm/
H A Dbitops.h61 static inline int test_and_set_bit(int nr, void *addr) 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)

Completed in 299 milliseconds