Searched refs:fbmem (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/board/boundary/nitrogen6x/ |
| H A D | 6x_bootscript.txt | 6 setenv fbmem "fbmem=28M"; 16 setenv fbmem "fbmem=10M"; 18 setenv fbmem ${fbmem},10M 28 setenv fbmem "fbmem=10M"; 30 setenv fbmem ${fbmem},10M 40 setenv fbmem "fbmem=10M"; 42 setenv fbmem ${fbmem},10M 54 setenv bootargs $bootargs $fbmem
|
| /openbmc/qemu/hw/display/ |
| H A D | pl110.c | 79 MemoryRegion *fbmem; member 293 s->fbmem, in pl110_update_display() 539 DEFINE_PROP_LINK("framebuffer-memory", PL110State, fbmem, 548 if (!s->fbmem) { in pl110_realize()
|
| H A D | exynos4210_fimd.c | 307 MemoryRegion *fbmem; member 1159 w->mem_section = memory_region_find(s->fbmem, fb_start_addr, w->fb_len); in fimd_update_memory_section() 1936 DEFINE_PROP_LINK("framebuffer-memory", Exynos4210fimdState, fbmem, 1960 if (!s->fbmem) { in exynos4210_fimd_realize()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | mx3fb.c | 532 static void ipu_init_channel_buffer(enum ipu_channel channel, void *fbmem) in ipu_init_channel_buffer() argument 540 debug("%s(channel=%d, fbmem=%p)\n", __func__, channel, fbmem); in ipu_init_channel_buffer() 545 ipu_ch_param_set_buffer(¶ms, fbmem, NULL); in ipu_init_channel_buffer() 641 static void sdc_enable_channel(void *fbmem) in sdc_enable_channel() argument 646 ret = idmac_tx_submit(IDMAC_SDC_0, fbmem); in sdc_enable_channel()
|
| /openbmc/u-boot/board/nokia/rx51/ |
| H A D | tag_omap.h | 204 struct omap_fbmem_config fbmem; member
|