Searched refs:ce (Results 1 – 12 of 12) sorted by relevance
/u-boot/fs/btrfs/ |
A D | volumes.c | 545 if (ce && ce->start <= logical && ce->start + ce->size > logical) { in read_one_chunk() 585 map->ce.start, map->ce.size, ret); in read_one_chunk() 856 if (!ce) { in btrfs_num_copies() 862 if (ce->start > logical || ce->start + ce->size < logical) { in btrfs_num_copies() 867 (unsigned long long)ce->start + ce->size); in btrfs_num_copies() 870 map = container_of(ce, struct map_lookup, ce); in btrfs_num_copies() 903 ce = next_cache_extent(ce); in btrfs_next_bg() 904 if (!ce) in btrfs_next_bg() 909 map = container_of(ce, struct map_lookup, ce); in btrfs_next_bg() 916 ce = next_cache_extent(ce); in btrfs_next_bg() [all …]
|
A D | extent-cache.c | 245 struct cache_extent *ce; in cache_tree_free_extents() local 247 while ((ce = first_cache_extent(tree))) { in cache_tree_free_extents() 248 remove_cache_extent(tree, ce); in cache_tree_free_extents() 249 free_func(ce); in cache_tree_free_extents()
|
A D | volumes.h | 78 struct cache_extent ce; member
|
A D | disk-io.c | 856 static void free_map_lookup(struct cache_extent *ce) in free_map_lookup() argument 860 map = container_of(ce, struct map_lookup, ce); in free_map_lookup()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | lpc32xx_nand_slc.c | 341 u32 ce = ecc[i / CONFIG_SYS_NAND_ECCBYTES]; in slc_ecc_copy_to_buffer() local 342 ce = ~(ce << 2) & 0xFFFFFF; in slc_ecc_copy_to_buffer() 343 spare[i+2] = (u8)(ce & 0xFF); ce >>= 8; in slc_ecc_copy_to_buffer() 344 spare[i+1] = (u8)(ce & 0xFF); ce >>= 8; in slc_ecc_copy_to_buffer() 345 spare[i] = (u8)(ce & 0xFF); in slc_ecc_copy_to_buffer()
|
/u-boot/arch/mips/dts/ |
A D | mrvl,octeon-ebb7304.dts | 42 cavium,t-ce = <50>; 60 cavium,t-ce = <10>;
|
/u-boot/arch/x86/dts/ |
A D | chromebook_samus.dts | 290 00 00 00 00 00 80 ce 01 294 20 20 00 00 80 ce 00 00 366 00 00 00 00 00 80 ce 01 370 20 20 00 00 80 ce 00 00
|
A D | chromebook_link.dts | 297 00 00 00 00 00 80 ce 01 301 20 20 00 00 80 ce 00 00
|
/u-boot/tools/ |
A D | asn1_compiler.c | 1394 struct element *e, *ce; in render_out_of_line_list() local 1406 for (ce = e->children; ce; ce = ce->next) in render_out_of_line_list() 1407 render_element(out, ce, NULL); in render_out_of_line_list()
|
/u-boot/scripts/kconfig/ |
A D | expr.h | 295 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
|
A D | expr.c | 25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() argument 29 e->left.expr = ce; in expr_alloc_one()
|
/u-boot/drivers/video/ |
A D | cfb_console.c | 1124 } ce; /* color entry */ member 1153 *(unsigned short *) addr = p[bm[*off]].ce.w; in draw_bitmap() 1159 *(u32 *) addr = p[bm[*off]].ce.dw; in draw_bitmap() 1210 p[i].ce.w = SWAP16((unsigned short) in display_rle8_bitmap() 1219 p[i].ce.dw = SWAP32((cte.red << 16) | in display_rle8_bitmap()
|
Completed in 22 milliseconds