Searched refs:vesa_mode (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/bios_emulator/ |
D | atibios.c | 83 int vesa_mode, struct vbe_mode_info *mode_info) in atibios_debug_mode() argument 174 static int atibios_set_vesa_mode(RMREGS *regs, int vesa_mode, in atibios_set_vesa_mode() argument 182 debug("VBE: Setting VESA mode %#04x\n", vesa_mode); in atibios_set_vesa_mode() 184 regs->e.ebx = vesa_mode; in atibios_set_vesa_mode() 194 debug("VBE: Geting info for VESA mode %#04x\n", vesa_mode); in atibios_set_vesa_mode() 196 regs->e.ecx = vesa_mode; in atibios_set_vesa_mode() 208 mode_info->video_mode = vesa_mode; in atibios_set_vesa_mode() 233 int vesa_mode, struct vbe_mode_info *mode_info) in PCI_doBIOSPOST() argument 236 int vesa_mode, struct vbe_mode_info *mode_info) in PCI_doBIOSPOST() 271 atibios_debug_mode(vga_info, ®s, vesa_mode, mode_info); in PCI_doBIOSPOST() [all …]
|
/external/u-boot/include/ |
D | bios_emul.h | 53 void bios_run_on_x86(struct udevice *dev, unsigned long addr, int vesa_mode, 72 BE_VGAInfo *vga_info, int clean_up, int vesa_mode, 78 BE_VGAInfo *vga_info, int clean_up, int vesa_mode,
|
/external/u-boot/arch/x86/lib/ |
D | bios.c | 223 static void vbe_set_graphics(int vesa_mode, struct vbe_mode_info *mode_info) in vbe_set_graphics() argument 227 mode_info->video_mode = (1 << 14) | vesa_mode; in vbe_set_graphics() 246 void bios_run_on_x86(struct udevice *dev, unsigned long addr, int vesa_mode, in bios_run_on_x86() argument 278 if (vesa_mode != -1) in bios_run_on_x86() 279 vbe_set_graphics(vesa_mode, mode_info); in bios_run_on_x86()
|
/external/u-boot/drivers/pci/ |
D | pci_rom.c | 238 int vesa_mode = -1; in dm_pci_run_vga_bios() local 267 vesa_mode = CONFIG_FRAMEBUFFER_VESA_MODE; in dm_pci_run_vga_bios() 269 debug("Selected vesa mode %#x\n", vesa_mode); in dm_pci_run_vga_bios() 304 true, vesa_mode, &mode_info); in dm_pci_run_vga_bios() 312 bios_run_on_x86(dev, (unsigned long)ram, vesa_mode, in dm_pci_run_vga_bios()
|