Searched refs:saveBaseAddress14 (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/bios_emulator/ |
D | atibios.c | 61 static u32 saveBaseAddress14; variable 385 dm_pci_read_config32(pcidev, PCI_BASE_ADDRESS_1, &saveBaseAddress14); in PCI_mapBIOSImage() 391 pci_read_config_dword(pcidev, PCI_BASE_ADDRESS_1, &saveBaseAddress14); in PCI_mapBIOSImage() 397 if(saveBaseAddress14 != 0) in PCI_mapBIOSImage() 398 PCI_fixupIObase(pcidev, PCI_BASE_ADDRESS_1, &saveBaseAddress14); in PCI_mapBIOSImage() 452 dm_pci_write_config32(pcidev, PCI_BASE_ADDRESS_1, saveBaseAddress14); in PCI_unmapBIOSImage() 461 pci_write_config_dword(pcidev, PCI_BASE_ADDRESS_1, saveBaseAddress14); in PCI_unmapBIOSImage()
|