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()
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/pci/
A Dpci_rom.c222 screen_info->lfb_base = vesa->phys_base_ptr; in setup_video()
355 plat->copy_base = vesa->phys_base_ptr; in vbe_setup_video_priv()
357 plat->base = vesa->phys_base_ptr; in vbe_setup_video_priv()
/u-boot/drivers/video/
A Dcoreboot.c26 vesa->phys_base_ptr = fb->physical_address; in save_vesa_mode()
A Defi.c66 vesa->phys_base_ptr = mode->fb_base; in save_vesa_mode()
/u-boot/include/
A Dvbe.h77 u32 phys_base_ptr; member
/u-boot/arch/x86/lib/
A Dcoreboot_table.c160 fb->physical_address = vesa->phys_base_ptr; in write_coreboot_table()
A Dbios.c233 framebuffer = (unsigned char *)(ulong)mode_info->vesa.phys_base_ptr; in vbe_set_graphics()
/u-boot/cmd/
A Delf.c181 gop->fb_base = vesa->phys_base_ptr; in do_bootvx()
/u-boot/drivers/bios_emulator/
A Datibios.c215 vm->phys_base_ptr = le32_to_cpu(vm->phys_base_ptr); in atibios_set_vesa_mode()

Completed in 9 milliseconds