| /rk3399_rockchip-uboot/common/init/ |
| H A D | board_init.c | 46 ulong board_init_f_alloc_reserve(ulong top) in board_init_f_alloc_reserve() argument 50 top -= CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_alloc_reserve() 53 top = rounddown(top-sizeof(struct global_data), 16); in board_init_f_alloc_reserve() 55 return top; in board_init_f_alloc_reserve()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | circbuf.c | 23 buf->top = buf->data; in buf_init() 49 p = buf->top; in buf_pop() 64 buf->top = p; in buf_pop() 90 buf->top++; in buf_push() 91 if (buf->top == buf->end) { in buf_push() 92 buf->top = buf->data; in buf_push()
|
| H A D | bidram.c | 188 ulong top; in bidram_gen_gd_bi_dram() local 192 top = gd->bd->bi_dram[pos].start + gd->bd->bi_dram[pos].size; in bidram_gen_gd_bi_dram() 195 top, top + (ulong)gd->ram_top_ext_size); in bidram_gen_gd_bi_dram()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.c | 514 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb32() local 523 top = bmp->bitmap_callbacks.bitmap_get_buffer(bmp->bitmap); in bmp_decode_rgb32() 524 if (!top) in bmp_decode_rgb32() 526 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb32() 544 scanline = (void *)(top + (y * swidth)); in bmp_decode_rgb32() 594 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb24() local 602 top = bmp->bitmap_callbacks.bitmap_get_buffer(bmp->bitmap); in bmp_decode_rgb24() 603 if (!top) { in bmp_decode_rgb24() 607 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb24() 627 scanline = (void *)(top + (y * swidth)); in bmp_decode_rgb24() [all …]
|
| /rk3399_rockchip-uboot/arch/x86/lib/fsp/ |
| H A D | fsp_support.c | 223 u32 top; in fsp_get_usable_lowmem_top() local 233 top = FSP_LOWMEM_BASE; in fsp_get_usable_lowmem_top() 242 top += (u32)(res_desc->len); in fsp_get_usable_lowmem_top() 271 if (top > (u32)hob_list) { in fsp_get_usable_lowmem_top() 273 top = (u32)mem_base; in fsp_get_usable_lowmem_top() 277 return top; in fsp_get_usable_lowmem_top() 285 u64 top; in fsp_get_usable_highmem_top() local 291 top = FSP_HIGHMEM_BASE; in fsp_get_usable_highmem_top() 299 top += (u32)(res_desc->len); in fsp_get_usable_highmem_top() 305 return top; in fsp_get_usable_highmem_top()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.c | 527 #define top (av_[2]) /* The topmost chunk */ macro 741 if (p != top) 742 assert((char*)p + sz <= (char*)top); 772 assert (next == top || inuse(next)); 804 if (next == top) 1074 mchunkptr old_top = top; /* Record state of old top */ 1102 set_head(top, top_size | PREV_INUSE); 1132 top = (mchunkptr)brk; 1134 set_head(top, top_size | PREV_INUSE); 1145 set_head(top, PREV_INUSE); /* will force null return from malloc */ [all …]
|
| H A D | dlmalloc.src | 56 Release all but pad bytes of freed top-most memory back 603 int keepcost; /* top-most, releasable (via malloc_trim) space */ 628 M_TRIM_THRESHOLD is the maximum amount of unused top-most memory 685 * When sbrk is called to extend the top of the arena to satisfy 1216 1. The special chunk `top', which doesn't bother using the 1219 initialization, `top' is forced to always exist. If it would 1251 * `top': The top-most available chunk (i.e., the one bordering the 1258 most recently split (non-top) chunk. This bin is checked 1423 The special chunks `top' and `last_remainder' get their own bins, 1425 although `top' is never properly linked to its bin since it is [all …]
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bedbug.c | 334 unsigned long top; /* Top of memory address */ in do_bedbug_stack() local 343 top = gd->bd->bi_memstart + gd->bd->bi_memsize; in do_bedbug_stack() 353 while ((func < top) && (sp < top)) { in do_bedbug_stack()
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | multiplexed_log.css | 20 margin-top: 0px; 38 margin-top: 5px;
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | core.c | 559 struct udevice *top[NODE_COUNT]; in dm_test_children() local 572 ut_assertok(create_children(uts, dms->root, NODE_COUNT, 0, top)); in dm_test_children() 575 ut_assertok(create_children(uts, top[2], NODE_COUNT, 2, NULL)); in dm_test_children() 576 ut_assertok(create_children(uts, top[5], NODE_COUNT, 5, child)); in dm_test_children() 612 ut_assertok(device_remove(top[2], DM_REMOVE_NORMAL)); in dm_test_children() 618 ut_asserteq_ptr(dev, top[5]); in dm_test_children() 624 ut_assertok(device_unbind(top[2])); in dm_test_children() 630 ut_asserteq_ptr(dev, top[6]); in dm_test_children() 631 ut_assertok(device_unbind(top[5])); in dm_test_children()
|
| /rk3399_rockchip-uboot/doc/SPL/ |
| H A D | README.omap3 | 21 This is an example of a typical setup. See top-level README for documentation 26 starts at the top of SRAM (which is configurable) and grows downward. The 27 space between the top of SRAM and the enforced upper bound on the size of the
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | sdram.c | 198 uint64_t top = CONFIG_SYS_SDRAM_BASE + SDRAM_MAX_SIZE; in board_get_usable_ram_top() local 200 return (gd->ram_top > top) ? top : gd->ram_top; in board_get_usable_ram_top()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | circbuf.h | 15 char *top; /* pointer to current buffer start */ member
|
| /rk3399_rockchip-uboot/board/micronas/vct/ |
| H A D | Makefile | 13 obj-y += top.o
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.JFFS2_NAND | 8 for JFFS2 on top NOR flash.
|
| H A D | README.mpc85xx-spin-table | 9 Core 0 sets up the reset page on the top 4K of memory (or 4GB if total memory 16 relocated to the top of mapped memory) into a variable __spin_table_addr so
|
| /rk3399_rockchip-uboot/board/efi/ |
| H A D | Kconfig | 10 This target is used for running U-Boot on top of EFI. In
|
| /rk3399_rockchip-uboot/board/freescale/mpc837xerdb/ |
| H A D | README | 21 K) 2 serial ports (top main console) 96 1) The console is connected to the top RS-232 connector and the
|
| /rk3399_rockchip-uboot/board/coreboot/ |
| H A D | Kconfig | 16 This target is used for running U-Boot on top of coreboot. In
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | Kconfig | 7 on top of U-Boot. If this option is enabled, U-Boot will expose EFI
|
| /rk3399_rockchip-uboot/board/grinn/chiliboard/ |
| H A D | README | 24 where 0 means bottom position and 1 means top position (from the
|
| /rk3399_rockchip-uboot/board/grinn/liteboard/ |
| H A D | README | 24 where 0 means bottom position and 1 means top position (from the
|
| /rk3399_rockchip-uboot/board/ti/ks2_evm/ |
| H A D | README | 111 top level menu. At the Load Memory window, choose the file u-boot.bin 115 3. Click View -> Registers from the top level menu to view registers window. 117 to be 0xc000000. From the "Run" top level menu, select "Free Run" 138 2. Suspend Target. Select Run -> Suspend from top level menu 159 2. Suspend Target. Select Run -> Suspend from top level menu
|
| /rk3399_rockchip-uboot/board/freescale/mx6ul_14x14_evk/ |
| H A D | README | 25 where 0 means bottom position and 1 means top position (from the
|
| /rk3399_rockchip-uboot/arch/arm/mach-bcm283x/include/mach/ |
| H A D | mbox.h | 434 u32 top; member 440 u32 top; member
|