| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bitops.h | 233 static int test_bit(int nr, const volatile void * addr); 252 #define test_bit(nr,addr) \ macro 395 #define ext2_test_bit test_bit 403 #define minix_test_bit(nr,addr) test_bit(nr,addr)
|
| /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 156 #define ext2_test_bit test_bit 164 #define minix_test_bit(nr, addr) test_bit(nr, addr)
|
| /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 177 #define ext2_test_bit test_bit 185 #define minix_test_bit(nr, addr) test_bit(nr, addr)
|
| /rk3399_rockchip-uboot/drivers/mtd/ubispl/ |
| H A D | ubispl.c | 56 if (test_bit(pnum, ubi->corrupt)) in ubi_io_read_vid_hdr() 140 pnum, vol_id, lnum, !!test_bit(lnum, vi->found), in ubi_add_peb_to_vol() 141 !!test_bit(pnum, ubi->scanned)); in ubi_add_peb_to_vol() 157 if (!test_bit(cur_pnum, ubi->scanned)) { in ubi_add_peb_to_vol() 171 if (test_bit(cur_pnum, ubi->corrupt)) { in ubi_add_peb_to_vol() 219 if (!test_bit(vol_id, ubi->toload)) in ubi_scan_vid_hdr() 240 if (!test_bit(vol_id, ubi->toload)) in assign_aeb_to_av() 730 if (!test_bit(lnum, vi->found)) { in ubi_load_block() 744 if (test_bit(pnum, ubi->corrupt)) in ubi_load_block() 752 if (!test_bit(pnum, ubi->scanned)) { in ubi_load_block() [all …]
|
| /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 180 #define ext2_test_bit test_bit 188 #define minix_test_bit(nr,addr) test_bit(nr,addr)
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | misc.h | 27 return !!test_bit(DIRTY_ZNODE, &znode->flags); in ubifs_zn_dirty() 38 return !!test_bit(OBSOLETE_ZNODE, &znode->flags); in ubifs_zn_obsolete() 50 return !!test_bit(COW_ZNODE, &znode->flags); in ubifs_zn_cow()
|
| H A D | lpt_commit.c | 50 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode() 80 if (cnode && test_bit(DIRTY_CNODE, &cnode->flags)) { in next_dirty_cnode() 104 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit() 113 ubifs_assert(!test_bit(COW_CNODE, &cnode->flags)); in get_cnodes_to_commit() 1306 if (test_bit(OBSOLETE_CNODE, &cnode->flags)) in free_obsolete_cnodes() 1534 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty() 1540 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty() 1570 if (test_bit(DIRTY_CNODE, &pnode->flags)) in dbg_is_pnode_dirty()
|
| H A D | lpt.c | 1491 if (!test_bit(COW_CNODE, &nnode->flags)) { in dirty_cow_nnode() 1518 ubifs_assert(!test_bit(OBSOLETE_CNODE, &nnode->flags)); in dirty_cow_nnode() 1542 if (!test_bit(COW_CNODE, &pnode->flags)) { in dirty_cow_pnode() 1562 ubifs_assert(!test_bit(OBSOLETE_CNODE, &pnode->flags)); in dirty_cow_pnode() 1617 ubifs_assert(test_bit(DIRTY_CNODE, &pnode->flags)); in ubifs_lpt_lookup_dirty()
|
| H A D | lprops.c | 505 return !test_bit(COW_CNODE, &pnode->flags) && in is_lprops_dirty() 506 test_bit(DIRTY_CNODE, &pnode->flags); in is_lprops_dirty()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | kw_gpio.c | 66 if ((mode & GPIO_INPUT_OK) && !test_bit(pin, gpio_valid_input)) in kw_gpio_is_valid() 69 if ((mode & GPIO_OUTPUT_OK) && !test_bit(pin, gpio_valid_output)) in kw_gpio_is_valid()
|
| /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/board/gateworks/gw_ventana/ |
| H A D | eeprom.c | 158 test_bit(cfg->bit, econfig_bytes) ? 1 : 0); in do_econfig() 200 test_bit(cfg->bit, econfig_bytes) ? 1 : 0); in do_econfig()
|
| H A D | gw_ventana.c | 285 if (test_bit(EECONFIG_ETH0, info->config)) { in board_eth_init() 772 if (test_bit(EECONFIG_ETH0, info->config) && in misc_init_r() 776 if (test_bit(EECONFIG_ETH1, info->config) && in misc_init_r() 1139 if (test_bit(EECONFIG_NAND, info->config)) { in ft_board_setup() 1333 if (!test_bit(cfg->bit, info->config)) { in ft_board_setup()
|
| /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/microblaze/include/asm/ |
| H A D | bitops.h | 207 #define test_bit(nr,addr) \ macro 359 #define minix_test_bit(nr,addr) test_bit(nr,addr)
|
| /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 886 #define ext2_test_bit(nr, addr) test_bit((nr), (addr)) 901 #define minix_test_bit(nr,addr) test_bit(nr,addr)
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display_helper.c | 223 return test_bit(vic, display->hdmi.y420_vdb_modes); in drm_mode_is_420_only() 242 return test_bit(vic, display->hdmi.y420_cmdb_modes); in drm_mode_is_420_also()
|
| /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/drivers/usb/gadget/ |
| H A D | composite.c | 989 if (test_bit(endp, f->endpoints)) in composite_setup()
|
| H A D | f_mass_storage.c | 2089 if (req->status || test_bit(IGNORE_BULK_OUT, &fsg->atomic_bitflags)) in received_cbw()
|