Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
Datibios.c62 static u32 saveBaseAddress18; variable
387 dm_pci_read_config32(pcidev, PCI_BASE_ADDRESS_2, &saveBaseAddress18); in PCI_mapBIOSImage()
393 pci_read_config_dword(pcidev, PCI_BASE_ADDRESS_2, &saveBaseAddress18); in PCI_mapBIOSImage()
454 dm_pci_write_config32(pcidev, PCI_BASE_ADDRESS_2, saveBaseAddress18); in PCI_unmapBIOSImage()
463 pci_write_config_dword(pcidev, PCI_BASE_ADDRESS_2, saveBaseAddress18); in PCI_unmapBIOSImage()