Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/fsp/
Dfsp_graphics.c53 vesa->phys_base_ptr = ginfo->fb_base; in save_vesa_mode()
94 vesa->phys_base_ptr = dm_pci_read_bar32(dev, 2); in fsp_video_probe()
/external/u-boot/drivers/pci/
Dpci_rom.c218 screen_info->lfb_base = vesa->phys_base_ptr; in setup_video()
345 plat->base = vesa->phys_base_ptr; in vbe_setup_video_priv()
/external/u-boot/drivers/video/
Dcoreboot.c26 vesa->phys_base_ptr = fb->physical_address; in save_vesa_mode()
Defi.c65 vesa->phys_base_ptr = mode->fb_base; in save_vesa_mode()
/external/u-boot/include/
Dvbe.h77 u32 phys_base_ptr; member
/external/u-boot/arch/x86/lib/
Dcoreboot_table.c157 fb->physical_address = vesa->phys_base_ptr; in write_coreboot_table()
Dbios.c230 framebuffer = (unsigned char *)(ulong)mode_info->vesa.phys_base_ptr; in vbe_set_graphics()
/external/u-boot/drivers/bios_emulator/
Datibios.c213 vm->phys_base_ptr = le32_to_cpu(vm->phys_base_ptr); in atibios_set_vesa_mode()
/external/u-boot/cmd/
Delf.c332 gop->fb_base = vesa->phys_base_ptr; in do_bootvx()