| /u-boot/arch/x86/lib/fsp/ |
| A D | fsp_support.c | 17 u32 top; in fsp_get_usable_lowmem_top() local 27 top = FSP_LOWMEM_BASE; in fsp_get_usable_lowmem_top() 36 top += (u32)(res_desc->len); in fsp_get_usable_lowmem_top() 65 if (top > (u32)hob_list) { in fsp_get_usable_lowmem_top() 67 top = (u32)mem_base; in fsp_get_usable_lowmem_top() 71 return top; in fsp_get_usable_lowmem_top() 79 u64 top; in fsp_get_usable_highmem_top() local 85 top = FSP_HIGHMEM_BASE; in fsp_get_usable_highmem_top() 93 top += (u32)(res_desc->len); in fsp_get_usable_highmem_top() 99 return top; in fsp_get_usable_highmem_top()
|
| /u-boot/common/init/ |
| A D | board_init.c | 78 ulong board_init_f_alloc_reserve(ulong top) in board_init_f_alloc_reserve() argument 83 top -= CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_f_alloc_reserve() 87 top = rounddown(top-sizeof(struct global_data), 16); in board_init_f_alloc_reserve() 89 return top; in board_init_f_alloc_reserve()
|
| /u-boot/lib/ |
| 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()
|
| /u-boot/arch/arm/mach-nexell/include/mach/ |
| A D | display.h | 132 int top; member 219 struct dp_plane_top top; member 228 struct dp_plane_top *top, 234 struct dp_plane_top *top, struct dp_plane_info *planes, 239 struct dp_plane_top *top, 245 struct dp_plane_top *top, 258 int dp_plane_screen_setup(int module, struct dp_plane_top *top);
|
| A D | display_dev.h | 16 struct dp_plane_top top; member
|
| /u-boot/arch/arm/mach-rockchip/ |
| A D | sdram.c | 41 size_t top = min((unsigned long)ram_top, (unsigned long)(gd->ram_top)); in dram_init_banksize() local 46 gd->bd->bi_dram[0].size = top - gd->bd->bi_dram[0].start; in dram_init_banksize() 49 if (ram_top > SZ_4G && top < SZ_4G) { in dram_init_banksize() 66 gd->bd->bi_dram[1].size = top - gd->bd->bi_dram[1].start; in dram_init_banksize() 73 gd->bd->bi_dram[1].size = top - gd->bd->bi_dram[1].start; in dram_init_banksize() 77 gd->bd->bi_dram[0].size = top - gd->bd->bi_dram[0].start; in dram_init_banksize() 221 unsigned long top = CFG_SYS_SDRAM_BASE + SDRAM_MAX_SIZE; in board_get_usable_ram_top() local 223 return (gd->ram_top > top) ? top : gd->ram_top; in board_get_usable_ram_top()
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | tzc400.c | 43 for ( ; cfg->top != 0; cfg++) in tzc_config_get_active_filters() 63 for ( ; cfg->top != 0; cfg++, region += TZC_REGION_CFG_SIZE) { in tzc_configure() 70 tzc_write(region, TZC_REGION_TOP, cfg->top); in tzc_configure() 113 uint32_t build_config, base, top, attr, nsaid; in tzc_dump_config() local 124 top = tzc_read(region, TZC_REGION_TOP); in tzc_dump_config() 132 i, base, top, (attr >> 0) & 0xf); in tzc_dump_config()
|
| A D | spl.c | 153 .top = optee_base - 1, in stm32_init_tzc_for_optee() 159 .top = tee_shmem_base - 1, in stm32_init_tzc_for_optee() 165 .top = dram_top, in stm32_init_tzc_for_optee() 170 .top = 0, in stm32_init_tzc_for_optee()
|
| A D | Kconfig.15x | 47 * MicroGEA STM32MP1 needs to mount on top of this MicroDev 2.0 board 53 * MicroGEA STM32MP1 needs to mount on top of MicroDev 2.0 board with 70 * i.Core STM32MP1 needs to mount on top of EDIMM2.2 for 75 * i.Core STM32MP1 needs to mount on top of this Carrier board
|
| /u-boot/drivers/video/ |
| A D | nexell_display.c | 132 top->plane_num = DP_PLANS_NUM; in nx_display_parse_dp_top_layer() 135 top->interlace ? "Interlace" : " Progressive"); in nx_display_parse_dp_top_layer() 137 top->screen_width, top->screen_height, in nx_display_parse_dp_top_layer() 138 top->video_prior, top->back_color); in nx_display_parse_dp_top_layer() 145 plane->top = ofnode_read_s32_default(node, "top", 0); in nx_display_parse_dp_layer() 184 nx_display_parse_dp_top_layer(subnode, &dp->top); in nx_display_parse_dp_planes() 427 for (i = 0; dp->top.plane_num > i; i++) { in nx_display_setup() 440 &dp->sync, &dp->ctrl, &dp->top, in nx_display_setup() 447 &dp->sync, &dp->ctrl, &dp->top, in nx_display_setup() 454 &dp->sync, &dp->ctrl, &dp->top, in nx_display_setup() [all …]
|
| /u-boot/arch/arm/mach-mvebu/ |
| A D | arm64-common.c | 35 unsigned long top = CFG_SYS_SDRAM_BASE + min(gd->ram_size, USABLE_RAM_SIZE); in board_get_usable_ram_top() local 37 return (gd->ram_top > top) ? top : gd->ram_top; in board_get_usable_ram_top()
|
| /u-boot/drivers/video/nexell/ |
| A D | s5pxx18_dp_rgb.c | 40 struct dp_plane_top *top, struct dp_plane_info *planes, in nx_rgb_display() argument 45 int count = top->plane_num; in nx_rgb_display() 54 dp_plane_screen_setup(module, top); in nx_rgb_display()
|
| A D | s5pxx18_dp_hdmi.c | 494 struct dp_plane_top *top, struct dp_plane_info *planes, in nx_hdmi_display() argument 499 int count = top->plane_num; in nx_hdmi_display() 507 top->screen_width = 1280; in nx_hdmi_display() 508 top->screen_height = 720; in nx_hdmi_display() 513 top->screen_width = 1920; in nx_hdmi_display() 514 top->screen_height = 1080; in nx_hdmi_display() 524 module, preset, top->screen_width, top->screen_height); in nx_hdmi_display() 532 dp_plane_screen_setup(module, top); in nx_hdmi_display()
|
| A D | s5pxx18_dp.c | 203 int dp_plane_screen_setup(int module, struct dp_plane_top *top) in dp_plane_screen_setup() argument 205 int width = top->screen_width; in dp_plane_screen_setup() 206 int height = top->screen_height; in dp_plane_screen_setup() 207 int interlace = top->interlace; in dp_plane_screen_setup() 208 int video_prior = top->video_prior; in dp_plane_screen_setup() 209 unsigned int bg_color = top->back_color; in dp_plane_screen_setup() 243 int sy = plane->top; in dp_plane_layer_setup()
|
| A D | s5pxx18_dp_lvds.c | 239 struct dp_plane_top *top, struct dp_plane_info *planes, in nx_lvds_display() argument 244 int count = top->plane_num; in nx_lvds_display() 255 dp_plane_screen_setup(module, top); in nx_lvds_display()
|
| /u-boot/test/dm/ |
| A D | core.c | 601 struct udevice *top[NODE_COUNT]; in dm_test_children() local 660 ut_asserteq_ptr(dev, top[5]); in dm_test_children() 666 ut_assertok(device_unbind(top[2])); in dm_test_children() 672 ut_asserteq_ptr(dev, top[6]); in dm_test_children() 673 ut_assertok(device_unbind(top[5])); in dm_test_children() 683 struct udevice *top[NODE_COUNT]; in dm_test_device_reparent() local 717 ut_assertok(device_reparent(top[3], top[0])); in dm_test_device_reparent() 726 ut_assertok(device_reparent(top[4], top[0])); in dm_test_device_reparent() 736 ut_assertok(device_reparent(top[2], top[0])); in dm_test_device_reparent() 745 ut_assertok(device_reparent(top[5], top[2])); in dm_test_device_reparent() [all …]
|
| /u-boot/common/ |
| A D | dlmalloc.c | 795 if (p != top) 858 if (next == top) 1183 top = (mchunkptr)brk; 1537 victim = top; 1631 top = p; 1797 if (next == top) 1839 if (next == top) 2158 mchunkptr oldtop = top; 2259 top_size = chunksize(top); 2286 check_chunk(top); [all …]
|
| /u-boot/board/efi/ |
| A D | Kconfig | 11 This target is used for running U-Boot on top of EFI. In 21 This target is used for running U-Boot on top of EFI in 64-bit mode. 29 This target is used for running U-Boot on top of EFI. In
|
| /u-boot/drivers/mtd/nvmxip/ |
| A D | Kconfig | 12 on top of a direct access non volatile memory XIP flash devices. 19 This option allows the emulation of a block storage device on top of a QSPI XIP flash
|
| /u-boot/test/py/ |
| A D | multiplexed_log.css | 19 margin-top: 0px; 37 margin-top: 5px;
|
| /u-boot/include/ |
| A D | circbuf.h | 14 char *top; /* pointer to current buffer start */ member
|
| /u-boot/arch/arm/mach-uniphier/ |
| A D | dram_init.c | 274 unsigned long base, top; in dram_init_banksize() local 293 top = dram_map[i].base + dram_map[i].size; in dram_init_banksize() 301 uniphier_mem_map_init(base, top - base); in dram_init_banksize()
|
| /u-boot/doc/SPL/ |
| 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
|
| /u-boot/doc/ |
| A D | README.JFFS2_NAND | 8 for JFFS2 on top NOR flash.
|
| /u-boot/arch/arm/mach-stm32mp/include/mach/ |
| A D | tzc.h | 22 uintptr_t top; member
|