OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PciDeviceInfo
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPciUpdate.c
715
@param
PciDeviceInfo
Pointer to PCI_DEVICE_INFO
722
IN PCI_DEVICE_INFO *
PciDeviceInfo
736
PciAddress = SdtConvertToAcpiPciAdress(
PciDeviceInfo
->DeviceAddress);
753
if ((
PciDeviceInfo
->INTA[IsAPIC] != 0xFF) && (INTAPkgHandle != NULL)) {
757
SdtUpdateINTxPkg (AcpiSdt, INTAPkgHandle, (
PciDeviceInfo
->INTA[IsAPIC]), IsAPIC);
758
} else if ((
PciDeviceInfo
->INTA[IsAPIC] != 0xFF) && (INTAPkgHandle == NULL)) {
764
} else if ((
PciDeviceInfo
->INTA[IsAPIC] == 0xFF) && (INTAPkgHandle != NULL) && IsAllFunctions) {
775
if ((
PciDeviceInfo
->INTB[IsAPIC] != 0xFF) && (INTBPkgHandle != NULL)) {
779
SdtUpdateINTxPkg (AcpiSdt, INTBPkgHandle, (
PciDeviceInfo
->INTB[IsAPIC]), IsAPIC);
780
} else if ((
PciDeviceInfo
->INTB[IsAPIC] != 0xFF) && (INTBPkgHandle == NULL)) {
[
all
...]
AcpiPlatform.c
568
PCI_DEVICE_INFO *
PciDeviceInfo
;
759
PciDeviceInfo
= NULL;
761
PciDeviceInfo
= &(mConfigData->
PciDeviceInfo
[Index]);
766
if ((
PciDeviceInfo
->BridgeAddress != 0xFFFFFFFF) && (
PciDeviceInfo
->DeviceAddress != 0xFFFFFFFF)) {
768
//DEBUG ((EFI_D_ERROR, "Valid pci info structure: bridge address:0x%x, device address:0x%x\n",
PciDeviceInfo
->BridgeAddress,
PciDeviceInfo
->DeviceAddress));
773
SdtCheckPciDeviceInfoChanged (
PciDeviceInfo
, &UpdatePRT, &UpdatePRW);
782
SdtUpdatePciRouting (mAcpiSdt, PciRootHandle,
PciDeviceInfo
);
[
all
...]
AcpiPciUpdate.h
204
PCI_DEVICE_INFO
PciDeviceInfo
[PCI_DEVICE_INFO_MAX_NUM];
269
@param
PciDeviceInfo
Pointer to PCI_DEVICE_INFO
276
IN PCI_DEVICE_INFO *
PciDeviceInfo
285
@param
PciDeviceInfo
Pointer to PCI_DEVICE_INFO
292
IN PCI_DEVICE_INFO *
PciDeviceInfo
311
@param
PciDeviceInfo
Pointer to PCI_DEVICE_INFO
318
IN PCI_DEVICE_INFO *
PciDeviceInfo
,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.c
90
NULL // *
PciDeviceInfo
;
416
@param
PciDeviceInfo
The PCI device info for the current serial device.
431
IN PCI_DEVICE_INFO *
PciDeviceInfo
OPTIONAL
459
SerialDevice->
PciDeviceInfo
=
PciDeviceInfo
;
804
PCI_DEVICE_INFO *
PciDeviceInfo
;
[
all
...]
SerialIo.c
[
all
...]
ComponentName.c
270
(SerialDevice->
PciDeviceInfo
!= NULL) ? PCI_SERIAL_PORT_NAME : SIO_SERIAL_PORT_NAME,
Serial.h
126
PCI_DEVICE_INFO *
PciDeviceInfo
;
Completed in 126 milliseconds