/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 | nexell_display.c | 157 if (plane->fb_base) in nx_display_parse_dp_layer() 162 if (plane->fb_base == 0) { in nx_display_parse_dp_layer() 164 plane->layer, plane->fb_base); in nx_display_parse_dp_layer() 193 dp->planes[0].fb_base = in nx_display_parse_dp_planes() 196 (uint)dp->planes[0].fb_base); in nx_display_parse_dp_planes() 201 dp->planes[1].fb_base = in nx_display_parse_dp_planes() 204 (uint)dp->planes[1].fb_base); in nx_display_parse_dp_planes() 209 dp->planes[2].fb_base = in nx_display_parse_dp_planes() 212 (uint)dp->planes[2].fb_base); in nx_display_parse_dp_planes() 433 dp->fb_addr = dp->fb_plane->fb_base; in nx_display_setup() [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 | ati_radeon_fb.c | 595 rinfo->fb_base = pci_bus_to_virt(pdev, rinfo->fb_base_bus, in radeon_probe() 601 (u32)rinfo->fb_base, rinfo->fb_base_bus, in radeon_probe() 720 pGD->pciBase = (unsigned int)rinfo->fb_base; in video_hw_init() 721 pGD->frameAdrs = (unsigned int)rinfo->fb_base; in video_hw_init() 726 (unsigned int)rinfo->fb_base; in video_hw_init() 734 pGD->vprBase = (unsigned int)rinfo->fb_base; /* Dummy */ in video_hw_init() 735 pGD->cprBase = (unsigned int)rinfo->fb_base; /* Dummy */ in video_hw_init()
|
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 | efi.c | 66 vesa->phys_base_ptr = mode->fb_base; in save_vesa_mode()
|
/u-boot/common/ |
A D | lcd_simplefb.c | 24 ulong fb_base; in lcd_dt_simplefb_configure_node() local 39 fb_base = plat->base; in lcd_dt_simplefb_configure_node() 44 fb_base = gd->fb_base; in lcd_dt_simplefb_configure_node() 57 return fdt_setup_simplefb_node(blob, off, fb_base, xsize, ysize, in lcd_dt_simplefb_configure_node()
|
A D | lcd.c | 158 lcd_base = map_sysmem(gd->fb_base, 0); in drv_lcd_init() 256 if (map_to_sysmem(lcdbase) != gd->fb_base) in lcd_init() 257 lcd_base = map_sysmem(gd->fb_base, 0); in lcd_init()
|
/u-boot/drivers/video/ti/ |
A D | am335x-fb.c | 222 if (gd->fb_base == 0) { in am335xfb_init() 259 (unsigned int)gd->fb_base, FBSIZE(panel)); in am335xfb_init() 269 memset((void *)gd->fb_base, 0, 0x20); in am335xfb_init() 270 *(unsigned int *)gd->fb_base = 0x4000; in am335xfb_init() 272 gd->fb_base += 0x20; in am335xfb_init() 288 lcdhw->lcddma_fb0_base = gd->fb_base; in am335xfb_init() 289 lcdhw->lcddma_fb0_ceiling = gd->fb_base + FBSIZE(panel); in am335xfb_init() 290 lcdhw->lcddma_fb1_base = gd->fb_base; in am335xfb_init() 291 lcdhw->lcddma_fb1_ceiling = gd->fb_base + FBSIZE(panel); in am335xfb_init()
|
/u-boot/board/ronetix/pm9263/ |
A D | pm9263.c | 211 gd->fb_base = (stat == 0) ? PHYS_PSRAM : ATMEL_BASE_SRAM0; in pm9263_lcd_hw_init() 213 gd->fb_base = ATMEL_BASE_SRAM0; in pm9263_lcd_hw_init() 286 switch (gd->fb_base) { in checkboard() 299 printf("Video memory : 0x%08lX %s\n", gd->fb_base, ss ); in checkboard()
|
/u-boot/board/BuR/brxre1/ |
A D | board.c | 169 (u32)gd->fb_base - 0x20, in board_late_init() 170 (u32)env_get_ulong("vx_memtop", 16, gd->fb_base - 0x20), in board_late_init()
|
/u-boot/lib/efi_loader/ |
A D | efi_gop.c | 436 u64 fb_base, fb_size; in efi_gop_register() local 454 fb_base = (uintptr_t)priv->fb; in efi_gop_register() 463 fb_base = gd->fb_base; in efi_gop_register() 465 fb = (void*)gd->fb_base; in efi_gop_register() 508 gopobj->mode.fb_base = fb_base; in efi_gop_register()
|
/u-boot/include/ |
A D | vxworks.h | 85 phys_addr_t fb_base; /* framebuffer base address */ 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/drivers/video/sunxi/ |
A D | sunxi_display.c | 1195 gd->fb_base = gd->bd->bi_dram[0].start + 1200 efi_add_memory_map(gd->fb_base, sunxi_display.fb_size, 1204 fb_dma_addr = gd->fb_base - CONFIG_SYS_SDRAM_BASE; 1205 sunxi_display.fb_addr = gd->fb_base; 1209 memset((void *)gd->fb_base, 0, sunxi_display.fb_size); 1210 flush_cache(gd->fb_base, sunxi_display.fb_size);
|
/u-boot/cmd/ |
A D | bdinfo.c | 121 bdinfo_print_num_l("FB base ", gd->fb_base); in do_bdinfo()
|
/u-boot/lib/efi/ |
A D | efi_stub.c | 325 mode.fb_base = gop->mode->fb_base; in efi_main()
|
/u-boot/board/atmel/at91sam9263ek/ |
A D | at91sam9263ek.c | 135 gd->fb_base = ATMEL_BASE_SRAM0; in at91sam9263ek_lcd_hw_init()
|
/u-boot/include/asm-generic/ |
A D | global_data.h | 71 unsigned long fb_base; member
|
/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/board/atmel/at91sam9m10g45ek/ |
A D | at91sam9m10g45ek.c | 217 gd->fb_base = CONFIG_AT91SAM9G45_LCD_BASE; in at91sam9m10g45ek_lcd_hw_init()
|
/u-boot/board/atmel/at91sam9261ek/ |
A D | at91sam9261ek.c | 193 gd->fb_base = ATMEL_BASE_SRAM; in at91sam9261ek_lcd_hw_init()
|
/u-boot/board/mini-box/picosam9g45/ |
A D | picosam9g45.c | 213 gd->fb_base = CONFIG_AT91SAM9G45_LCD_BASE; in picosam9g45_lcd_hw_init()
|