Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
Datibios.c63 static u32 saveBaseAddress20; variable
388 dm_pci_read_config32(pcidev, PCI_BASE_ADDRESS_4, &saveBaseAddress20); in PCI_mapBIOSImage()
394 pci_read_config_dword(pcidev, PCI_BASE_ADDRESS_4, &saveBaseAddress20); in PCI_mapBIOSImage()
401 PCI_fixupIObase(pcidev, PCI_BASE_ADDRESS_4, &saveBaseAddress20); in PCI_mapBIOSImage()
455 dm_pci_write_config32(pcidev, PCI_BASE_ADDRESS_4, saveBaseAddress20); in PCI_unmapBIOSImage()
464 pci_write_config_dword(pcidev, PCI_BASE_ADDRESS_4, saveBaseAddress20); in PCI_unmapBIOSImage()