Home
last modified time | relevance | path

Searched refs:phys_base_ptr (Results 1 – 9 of 9) sorted by relevance

/u-boot/arch/x86/lib/fsp/
A Dfsp_graphics.c62 vesa->phys_base_ptr = ginfo->fb_base; in save_vesa_mode()
106 vesa->phys_base_ptr = dm_pci_read_bar32(dev, 2); in fsp_video_probe()
107 gd->fb_base = vesa->phys_base_ptr; in fsp_video_probe()
109 ret = vesa_setup_video_priv(vesa, vesa->phys_base_ptr, uc_priv, plat); in fsp_video_probe()
113 mtrr_add_request(MTRR_TYPE_WRCOMB, vesa->phys_base_ptr, 256 << 20); in fsp_video_probe()
117 vesa->bits_per_pixel, vesa->phys_base_ptr); in fsp_video_probe()
/u-boot/drivers/video/
A Dcoreboot.c27 vesa->phys_base_ptr = fb->physical_address; in save_vesa_mode()
60 ret = vesa_setup_video_priv(vesa, vesa->phys_base_ptr, uc_priv, plat); in coreboot_video_probe()
A Defi.c85 vesa->phys_base_ptr = mode->fb_base; in get_mode_info()
117 vesa->phys_base_ptr = mode->fb_base; in get_mode_from_entry()
/u-boot/include/
A Dvesa.h80 u32 phys_base_ptr; member
/u-boot/drivers/pci/
A Dpci_rom.c221 screen_info->lfb_base = vesa->phys_base_ptr; in setup_video()
381 mode_info.vesa.phys_base_ptr, uc_priv, in vesa_setup_video()
/u-boot/arch/x86/lib/
A Dcoreboot_table.c160 fb->physical_address = vesa->phys_base_ptr; in write_coreboot_table()
A Dbios.c235 framebuffer = (unsigned char *)(ulong)mode_info->vesa.phys_base_ptr; in vbe_set_graphics()
/u-boot/drivers/bios_emulator/
A Datibios.c215 vm->phys_base_ptr = le32_to_cpu(vm->phys_base_ptr); in atibios_set_vesa_mode()
/u-boot/cmd/
A Delf.c181 gop->fb_base = vesa->phys_base_ptr; in do_bootvx()

Completed in 752 milliseconds