Home
last modified time | relevance | path

Searched refs:fb_base (Results 1 – 22 of 22) sorted by relevance

/u-boot/drivers/video/
A Dbcm2835.c20 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 Defi.c83 (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 Dnexell_display.c155 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 Dmvebu_lcd.c88 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 Dmali_dp.c268 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 Dmxsfb.c339 gd->fb_base = plat->base; in mxs_video_probe()
A Dvideo-uclass.c138 gd->fb_base = *addrp; in video_reserve()
/u-boot/common/
A Dfdt_simplefb.c23 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 Dpm9263.c117 switch (gd->fb_base) { in checkboard()
130 printf("Video memory : 0x%08lX %s\n", gd->fb_base, ss ); in checkboard()
/u-boot/include/
A Dvxworks.h85 phys_addr_t fb_base; /* framebuffer base address */ member
A Defi.h385 efi_physical_addr_t fb_base; member
A Defi_api.h1403 efi_physical_addr_t fb_base; member
/u-boot/arch/x86/lib/fsp/
A Dfsp_graphics.c62 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 Dfsp_hob.h19 phys_addr_t fb_base; /* framebuffer base address */ member
/u-boot/lib/efi_loader/
A Defi_gop.c469 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 Defi_stub.c339 mode.fb_base = gop->mode->fb_base; in efi_main()
/u-boot/drivers/video/nexell/
A Ds5pxx18_dp.c265 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 Ddisplay.h130 unsigned int fb_base; member
/u-boot/include/asm-generic/
A Dglobal_data.h75 unsigned long fb_base; member
/u-boot/cmd/
A Delf.c181 gop->fb_base = vesa->phys_base_ptr; in do_bootvx()
/u-boot/drivers/video/imx/
A Dmxc_ipuv3_fb.c407 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 Dboard.c499 sprintf(addr, "0x%lx", gd->fb_base); in splash_screen_prepare()

Completed in 669 milliseconds