Searched refs:vga_info (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/bios_emulator/ |
D | atibios.c | 69 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() argument 77 return vga_info->BIOSImage + flat - 0xc0000; in bios_ptr() 82 static int atibios_debug_mode(BE_VGAInfo *vga_info, RMREGS *regs, in atibios_debug_mode() argument 107 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 109 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 111 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 113 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 115 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode() 232 static void PCI_doBIOSPOST(struct udevice *pcidev, BE_VGAInfo *vga_info, in PCI_doBIOSPOST() argument 235 static void PCI_doBIOSPOST(pci_dev_t pcidev, BE_VGAInfo *vga_info, in PCI_doBIOSPOST() [all …]
|
/external/u-boot/include/ |
D | bios_emul.h | 72 BE_VGAInfo *vga_info, int clean_up, int vesa_mode, 78 BE_VGAInfo *vga_info, int clean_up, int vesa_mode,
|