Home
last modified time | relevance | path

Searched refs:BIOSImage (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Datibios.c76 return vga_info->BIOSImage + flat - 0xc0000; in bios_ptr()
376 u8 *BIOSImage; in PCI_mapBIOSImage() local
411 BIOSImage = dm_pci_bus_to_virt(pcidev, BIOSImageBus, in PCI_mapBIOSImage()
418 BIOSImage = pci_bus_to_virt(pcidev, BIOSImageBus, in PCI_mapBIOSImage()
430 if (BIOSImage[0] != 0x55 || BIOSImage[1] != 0xAA || BIOSImage[2] == 0) { in PCI_mapBIOSImage()
434 return BIOSImage; in PCI_mapBIOSImage()
445 void PCI_unmapBIOSImage(struct udevice *pcidev, void *BIOSImage) in PCI_unmapBIOSImage() argument
454 void PCI_unmapBIOSImage(pci_dev_t pcidev, void *BIOSImage) in PCI_unmapBIOSImage() argument
530 vga_info->BIOSImage = copy_of_bios; in PCI_postController()
601 if (vga_info->BIOSImage && in biosemu_run()
[all …]
H A Dbiosemu.c139 _BE_env.vgaInfo.BIOSImage = info->BIOSImage; in BE_setVGA()
140 if (info->BIOSImage) { in BE_setVGA()
141 _BE_env.biosmem_base = (ulong) info->BIOSImage; in BE_setVGA()
171 info->BIOSImage = _BE_env.vgaInfo.BIOSImage; in BE_getVGA()
/OK3568_Linux_fs/u-boot/include/
H A Dbios_emul.h39 void *BIOSImage; member