Searched refs:phys_base_ptr (Results 1 – 9 of 9) sorted by relevance
| /u-boot/arch/x86/lib/fsp/ |
| A D | fsp_graphics.c | 62 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 D | coreboot.c | 27 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 D | efi.c | 85 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 D | vesa.h | 80 u32 phys_base_ptr; member
|
| /u-boot/drivers/pci/ |
| A D | pci_rom.c | 221 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 D | coreboot_table.c | 160 fb->physical_address = vesa->phys_base_ptr; in write_coreboot_table()
|
| A D | bios.c | 235 framebuffer = (unsigned char *)(ulong)mode_info->vesa.phys_base_ptr; in vbe_set_graphics()
|
| /u-boot/drivers/bios_emulator/ |
| A D | atibios.c | 215 vm->phys_base_ptr = le32_to_cpu(vm->phys_base_ptr); in atibios_set_vesa_mode()
|
| /u-boot/cmd/ |
| A D | elf.c | 181 gop->fb_base = vesa->phys_base_ptr; in do_bootvx()
|
Completed in 752 milliseconds