Home
last modified time | relevance | path

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

/u-boot/drivers/bios_emulator/
A Datibios.c62 static u32 saveROMBaseAddress; variable
386 dm_pci_read_config32(pcidev, PCI_ROM_ADDRESS, &saveROMBaseAddress); in PCI_mapBIOSImage()
392 pci_read_config_dword(pcidev, PCI_ROM_ADDRESS, &saveROMBaseAddress); in PCI_mapBIOSImage()
453 dm_pci_write_config32(pcidev, PCI_ROM_ADDRESS, saveROMBaseAddress); in PCI_unmapBIOSImage()
462 pci_write_config_dword(pcidev, PCI_ROM_ADDRESS, saveROMBaseAddress); in PCI_unmapBIOSImage()

Completed in 3 milliseconds