Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
Datibios.c60 static u32 saveBaseAddress10; variable
385 dm_pci_read_config32(pcidev, PCI_BASE_ADDRESS_0, &saveBaseAddress10); in PCI_mapBIOSImage()
391 pci_read_config_dword(pcidev, PCI_BASE_ADDRESS_0, &saveBaseAddress10); in PCI_mapBIOSImage()
452 dm_pci_write_config32(pcidev, PCI_BASE_ADDRESS_0, saveBaseAddress10); in PCI_unmapBIOSImage()
461 pci_write_config_dword(pcidev, PCI_BASE_ADDRESS_0, saveBaseAddress10); in PCI_unmapBIOSImage()