| /u-boot/drivers/video/ |
| A D | bcm2835.c | 20 ulong fb_base, fb_size, fb_start, fb_end; in bcm2835_video_probe() local 30 &fb_base, &fb_size, &pitch); in bcm2835_video_probe() 37 fb_start = fb_base & ~(MMU_SECTION_SIZE - 1); in bcm2835_video_probe() 38 fb_end = fb_base + fb_size; in bcm2835_video_probe() 47 plat->base = fb_base; in bcm2835_video_probe()
|
| A D | efi.c | 83 (ulong)mode->fb_base, (ulong)mode->fb_size); in get_mode_info() 85 vesa->phys_base_ptr = mode->fb_base; in get_mode_info() 86 *fbp = mode->fb_base; in get_mode_info() 117 vesa->phys_base_ptr = mode->fb_base; in get_mode_from_entry() 118 *fbp = mode->fb_base; in get_mode_from_entry()
|
| A D | nexell_display.c | 155 if (plane->fb_base) in nx_display_parse_dp_layer() 160 if (plane->fb_base == 0) { in nx_display_parse_dp_layer() 162 plane->layer, plane->fb_base); in nx_display_parse_dp_layer() 166 debug("DP: plane.%d [0x%x] ->\n", plane->layer, plane->fb_base); in nx_display_parse_dp_layer() 191 dp->planes[0].fb_base = in nx_display_parse_dp_planes() 194 (uint)dp->planes[0].fb_base); in nx_display_parse_dp_planes() 199 dp->planes[1].fb_base = in nx_display_parse_dp_planes() 202 (uint)dp->planes[1].fb_base); in nx_display_parse_dp_planes() 207 dp->planes[2].fb_base = in nx_display_parse_dp_planes() 210 (uint)dp->planes[2].fb_base); in nx_display_parse_dp_planes() [all …]
|
| A D | mvebu_lcd.c | 88 u32 fb_base; member 151 writel(lcd_info->fb_base, regs + MVEBU_LCD_CFG_GRA_START_ADDR0); in mvebu_lcd_register_init() 152 writel(lcd_info->fb_base, regs + MVEBU_LCD_CFG_GRA_START_ADDR1); in mvebu_lcd_register_init() 550 lcd_info.fb_base = plat->base; in mvebu_video_probe()
|
| A D | mali_dp.c | 268 phys_addr_t fb_base, fb_size; in malidp_probe() local 299 fb_base = ofnode_get_addr_size(framebuffer, "reg", &fb_size); in malidp_probe() 300 if (fb_base != FDT_ADDR_T_NONE) { in malidp_probe() 301 uc_plat->base = fb_base; in malidp_probe()
|
| A D | mxsfb.c | 339 gd->fb_base = plat->base; in mxs_video_probe()
|
| A D | video-uclass.c | 138 gd->fb_base = *addrp; in video_reserve()
|
| /u-boot/common/ |
| A D | fdt_simplefb.c | 23 ulong fb_base; in fdt_simplefb_configure_node() local 37 fb_base = plat->base; in fdt_simplefb_configure_node() 49 return fdt_setup_simplefb_node(blob, off, fb_base, xsize, ysize, in fdt_simplefb_configure_node()
|
| /u-boot/board/ronetix/pm9263/ |
| A D | pm9263.c | 117 switch (gd->fb_base) { in checkboard() 130 printf("Video memory : 0x%08lX %s\n", gd->fb_base, ss ); in checkboard()
|
| /u-boot/include/ |
| A D | vxworks.h | 85 phys_addr_t fb_base; /* framebuffer base address */ member
|
| A D | efi.h | 385 efi_physical_addr_t fb_base; member
|
| A D | efi_api.h | 1403 efi_physical_addr_t fb_base; member
|
| /u-boot/arch/x86/lib/fsp/ |
| A D | fsp_graphics.c | 62 vesa->phys_base_ptr = ginfo->fb_base; in save_vesa_mode() 107 gd->fb_base = vesa->phys_base_ptr; in fsp_video_probe()
|
| /u-boot/arch/x86/include/asm/fsp/ |
| A D | fsp_hob.h | 19 phys_addr_t fb_base; /* framebuffer base address */ member
|
| /u-boot/lib/efi_loader/ |
| A D | efi_gop.c | 469 u64 fb_base, fb_size; in efi_gop_register() local 486 fb_base = (uintptr_t)priv->fb; in efi_gop_register() 525 gopobj->mode.fb_base = fb_base; in efi_gop_register()
|
| /u-boot/lib/efi/ |
| A D | efi_stub.c | 339 mode.fb_base = gop->mode->fb_base; in efi_main()
|
| /u-boot/drivers/video/nexell/ |
| A D | s5pxx18_dp.c | 265 nx_mlc_set_rgblayer_address(module, layer, plane->fb_base); in dp_plane_layer_setup() 271 __func__, plane->fb_base, sx, sy, ex, ey, in dp_plane_layer_setup()
|
| /u-boot/arch/arm/mach-nexell/include/mach/ |
| A D | display.h | 130 unsigned int fb_base; member
|
| /u-boot/include/asm-generic/ |
| A D | global_data.h | 75 unsigned long fb_base; member
|
| /u-boot/cmd/ |
| A D | elf.c | 181 gop->fb_base = vesa->phys_base_ptr; in do_bootvx()
|
| /u-boot/drivers/video/imx/ |
| A D | mxc_ipuv3_fb.c | 407 gd->fb_base = fbi->fix.smem_start; in mxcfb_map_video_memory() 637 gd->fb_base = fb_start; in ipuv3_video_probe()
|
| /u-boot/board/friendlyarm/nanopi2/ |
| A D | board.c | 499 sprintf(addr, "0x%lx", gd->fb_base); in splash_screen_prepare()
|