Home
last modified time | relevance | path

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

/u-boot/drivers/bios_emulator/
A Datibios.c66 static u32 saveBaseAddress20; variable
390 dm_pci_read_config32(pcidev, PCI_BASE_ADDRESS_4, &saveBaseAddress20); in PCI_mapBIOSImage()
396 pci_read_config_dword(pcidev, PCI_BASE_ADDRESS_4, &saveBaseAddress20); in PCI_mapBIOSImage()
403 PCI_fixupIObase(pcidev, PCI_BASE_ADDRESS_4, &saveBaseAddress20); in PCI_mapBIOSImage()
457 dm_pci_write_config32(pcidev, PCI_BASE_ADDRESS_4, saveBaseAddress20); in PCI_unmapBIOSImage()
466 pci_write_config_dword(pcidev, PCI_BASE_ADDRESS_4, saveBaseAddress20); in PCI_unmapBIOSImage()

Completed in 5 milliseconds