Searched refs:vga_info (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/ |
| H A D | atibios.c | 68 static const void *bios_ptr(const void *buf, BE_VGAInfo *vga_info, in bios_ptr() argument 76 return vga_info->BIOSImage + flat - 0xc0000; in bios_ptr() 81 static int atibios_debug_mode(BE_VGAInfo *vga_info, RMREGS *regs, in atibios_debug_mode() argument 106 debug("oem '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 108 debug("vendor '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 110 debug("product '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 112 debug("rev '%s'\n", (char *)bios_ptr(buffer, vga_info, in atibios_debug_mode() 114 modes_bios = bios_ptr(buffer, vga_info, info->modes_ptr); in atibios_debug_mode() 230 static void PCI_doBIOSPOST(struct udevice *pcidev, BE_VGAInfo *vga_info, in PCI_doBIOSPOST() argument 233 static void PCI_doBIOSPOST(pci_dev_t pcidev, BE_VGAInfo *vga_info, in PCI_doBIOSPOST() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | bios_emul.h | 73 BE_VGAInfo *vga_info, int clean_up, int vesa_mode, 79 BE_VGAInfo *vga_info, int clean_up, int vesa_mode,
|