Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
DAcpiPciUpdate.c720 IN PCI_DEVICE_INFO *PciDeviceInfo in SdtCheckParentPackage() argument
734 PciAddress = SdtConvertToAcpiPciAdress(PciDeviceInfo->DeviceAddress); in SdtCheckParentPackage()
751 if ((PciDeviceInfo->INTA[IsAPIC] != 0xFF) && (INTAPkgHandle != NULL)) { in SdtCheckParentPackage()
755 SdtUpdateINTxPkg (AcpiSdt, INTAPkgHandle, (PciDeviceInfo->INTA[IsAPIC]), IsAPIC); in SdtCheckParentPackage()
756 } else if ((PciDeviceInfo->INTA[IsAPIC] != 0xFF) && (INTAPkgHandle == NULL)) { in SdtCheckParentPackage()
762 } else if ((PciDeviceInfo->INTA[IsAPIC] == 0xFF) && (INTAPkgHandle != NULL) && IsAllFunctions) { in SdtCheckParentPackage()
773 if ((PciDeviceInfo->INTB[IsAPIC] != 0xFF) && (INTBPkgHandle != NULL)) { in SdtCheckParentPackage()
777 SdtUpdateINTxPkg (AcpiSdt, INTBPkgHandle, (PciDeviceInfo->INTB[IsAPIC]), IsAPIC); in SdtCheckParentPackage()
778 } else if ((PciDeviceInfo->INTB[IsAPIC] != 0xFF) && (INTBPkgHandle == NULL)) { in SdtCheckParentPackage()
784 } else if ((PciDeviceInfo->INTB[IsAPIC] == 0xFF) && (INTBPkgHandle != NULL) && IsAllFunctions) { in SdtCheckParentPackage()
[all …]
DAcpiPciUpdate.h204 PCI_DEVICE_INFO PciDeviceInfo[PCI_DEVICE_INFO_MAX_NUM]; member
276 IN PCI_DEVICE_INFO *PciDeviceInfo
292 IN PCI_DEVICE_INFO *PciDeviceInfo
318 IN PCI_DEVICE_INFO *PciDeviceInfo,
DAcpiPlatform.c565 PCI_DEVICE_INFO *PciDeviceInfo; in AcpiPlatformEntryPoint() local
755 PciDeviceInfo = NULL; in AcpiPlatformEntryPoint()
757 PciDeviceInfo = &(mConfigData->PciDeviceInfo[Index]); in AcpiPlatformEntryPoint()
762 …if ((PciDeviceInfo->BridgeAddress != 0xFFFFFFFF) && (PciDeviceInfo->DeviceAddress != 0xFFFFFFFF)) { in AcpiPlatformEntryPoint()
769 SdtCheckPciDeviceInfoChanged (PciDeviceInfo, &UpdatePRT, &UpdatePRW); in AcpiPlatformEntryPoint()
778 SdtUpdatePciRouting (mAcpiSdt, PciRootHandle, PciDeviceInfo); in AcpiPlatformEntryPoint()
788 SdtUpdatePowerWake (mAcpiSdt, PciRootHandle, PciDeviceInfo); in AcpiPlatformEntryPoint()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
DSerial.c431 IN PCI_DEVICE_INFO *PciDeviceInfo OPTIONAL in CreateSerialDevice()
459 SerialDevice->PciDeviceInfo = PciDeviceInfo; in CreateSerialDevice()
804 PCI_DEVICE_INFO *PciDeviceInfo; in SerialControllerDriverStart() local
942 PciDeviceInfo = NULL; in SerialControllerDriverStart()
974 PciDeviceInfo = AllocatePool (sizeof (PCI_DEVICE_INFO)); in SerialControllerDriverStart()
975 ASSERT (PciDeviceInfo != NULL); in SerialControllerDriverStart()
976 PciDeviceInfo->ChildCount = 0; in SerialControllerDriverStart()
977 PciDeviceInfo->PciIo = ParentIo.PciIo; in SerialControllerDriverStart()
982 &PciDeviceInfo->PciAttributes in SerialControllerDriverStart()
1007 PciDeviceInfo = SerialDevices[0]->PciDeviceInfo; in SerialControllerDriverStart()
[all …]
DSerialIo.c1252 if (SerialDev->PciDeviceInfo == NULL) { in SerialReadRegister()
1256 …Status = SerialDev->PciDeviceInfo->PciIo->Mem.Read (SerialDev->PciDeviceInfo->PciIo, EfiPciIoWidth… in SerialReadRegister()
1259 …Status = SerialDev->PciDeviceInfo->PciIo->Io.Read (SerialDev->PciDeviceInfo->PciIo, EfiPciIoWidthU… in SerialReadRegister()
1283 if (SerialDev->PciDeviceInfo == NULL) { in SerialWriteRegister()
1287 …Status = SerialDev->PciDeviceInfo->PciIo->Mem.Write (SerialDev->PciDeviceInfo->PciIo, EfiPciIoWidt… in SerialWriteRegister()
1290 …Status = SerialDev->PciDeviceInfo->PciIo->Io.Write (SerialDev->PciDeviceInfo->PciIo, EfiPciIoWidth… in SerialWriteRegister()
DComponentName.c267 (SerialDevice->PciDeviceInfo != NULL) ? PCI_SERIAL_PORT_NAME : SIO_SERIAL_PORT_NAME, in AddName()
DSerial.h126 PCI_DEVICE_INFO *PciDeviceInfo; member