/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciOptionRomSupport.h | 22 @param PciIoDevice PCI IO Device.
27 IN PCI_IO_DEVICE *PciIoDevice
82 @param PciIoDevice Input Pci device instance.
91 IN OUT PCI_IO_DEVICE *PciIoDevice
|
PciCommand.h | 68 @param PciIoDevice Pointer to instance of PCI_IO_DEVICE.
79 IN PCI_IO_DEVICE *PciIoDevice,
89 @param PciIoDevice Pointer to instance of PCI_IO_DEVICE.
97 IN PCI_IO_DEVICE *PciIoDevice
103 @param PciIoDevice A pointer to the PCI_IO_DEVICE.
115 IN PCI_IO_DEVICE *PciIoDevice,
124 @param PciIoDevice A pointer to the PCI_IO_DEVICE.
136 IN PCI_IO_DEVICE *PciIoDevice,
|
PciDeviceSupport.h | 101 @param PciIoDevice A PCI_IO_DEVICE pointer to the PCI IO device to be registered.
111 IN PCI_IO_DEVICE *PciIoDevice,
220 @param PciIoDevice Device instance.
229 IN PCI_IO_DEVICE *PciIoDevice
281 @param PciIoDevice A pointer to the PCI_IO_DEVICE to be destoried.
286 IN PCI_IO_DEVICE *PciIoDevice
|
PciOptionRomSupport.c | 20 @param PciIoDevice PCI IO device instance.
39 IN PCI_IO_DEVICE *PciIoDevice,
65 (EfiOpRomImageNode->EndingOffset >= PciIoDevice->RomSize) ||
72 (UINT8 *) PciIoDevice->PciIo.RomImage + EfiOpRomImageNode->StartingOffset
165 @param PciIoDevice PCI IO Device.
170 IN PCI_IO_DEVICE *PciIoDevice
173 PciIoDevice->LoadFile2.LoadFile = LoadFile2;
209 PCI_IO_DEVICE *PciIoDevice;
214 PciIoDevice = PCI_IO_DEVICE_FROM_LOAD_FILE2_THIS (This);
217 PciIoDevice,
[all...] |
PciIo.h | 21 @param PciIoDevice Pci device instance.
26 IN PCI_IO_DEVICE *PciIoDevice
32 @param PciIoDevice Pci device instance.
46 IN PCI_IO_DEVICE *PciIoDevice,
57 @param PciIoDevice Pci device instance.
69 IN PCI_IO_DEVICE *PciIoDevice,
506 @param PciIoDevice PCI device instance.
517 IN PCI_IO_DEVICE *PciIoDevice,
525 @param PciIoDevice Pci device instance.
535 IN PCI_IO_DEVICE *PciIoDevice,
[all...] |
PciLib.h | 37 @param PciIoDevice PCI Card device instance.
42 IN PCI_IO_DEVICE *PciIoDevice
|
PciLib.c | 35 @param PciIoDevice PCI Card device instance.
40 IN PCI_IO_DEVICE *PciIoDevice
54 PciIoDevice->PciIo.Pci.Read (
55 &(PciIoDevice->PciIo),
62 (PciIoDevice->PciBar)[P2C_MEM_1].BaseAddress = (UINT64) (Address);
63 (PciIoDevice->PciBar)[P2C_MEM_1].Length = 0x2000000;
64 (PciIoDevice->PciBar)[P2C_MEM_1].BarType = PciBarTypeMem32;
67 PciIoDevice->PciIo.Pci.Read (
68 &(PciIoDevice->PciIo),
74 (PciIoDevice->PciBar)[P2C_MEM_2].BaseAddress = (UINT64) (Address); [all...] |
PciResourceSupport.c | 1055 PCI_IO_DEVICE *PciIoDevice;
1068 PciIoDevice = PCI_IO_DEVICE_FROM_LINK (ChildDeviceLink);
1069 if (PciIoDevice->RomSize != 0) {
1076 if ((ResourceNode->PciDev == PciIoDevice) &&
1077 (ResourceNode->Virtual || !PciIoDevice->PciBar[ResourceNode->Bar].BarTypeFixed)
1092 if ((ResourceNode->PciDev == PciIoDevice) &&
1093 (ResourceNode->Virtual || !PciIoDevice->PciBar[ResourceNode->Bar].BarTypeFixed)
[all...] |
PciResourceSupport.h | 453 @param PciIoDevice PCI-PCI bridge device instance.
460 IN PCI_IO_DEVICE *PciIoDevice
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
PciDevice.c | 418 PCI_IO_DEVICE *PciIoDevice;
445 PciIoDevice = PCI_IO_DEVICE_FROM_PCI_IO_THIS (PciIo);
450 if (PciIoDevice->Pci.Hdr.VendorId == V_PCH_INTEL_VENDOR_ID)
488 if (PciIoDevice->Pci.Hdr.ClassCode[2] == PCI_CLASS_NETWORK) {
499 if ((PciIoDevice->Pci.Hdr.ClassCode[2] == BadDeviceTable[Index].ClassCode) &&
500 (PciIoDevice->Pci.Hdr.ClassCode[1] == BadDeviceTable[Index].SubClassCode) &&
501 (PciIoDevice->Pci.Hdr.VendorId == BadDeviceTable[Index].VendorId)) {
505 if ((PciIoDevice->Pci.Hdr.ClassCode[2] == BadDeviceTable[Index].ClassCode) &&
506 (PciIoDevice->Pci.Hdr.ClassCode[1] == BadDeviceTable[Index].SubClassCode) &&
507 (PciIoDevice->Pci.Hdr.VendorId == BadDeviceTable[Index].VendorId) && [all...] |
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
PciDeviceSupport.h | 116 IN PCI_IO_DEVICE *PciIoDevice,
130 PciIoDevice - A PCI_IO_DEVICE pointer to the PCI IO device to be registered.
263 IN PCI_IO_DEVICE *PciIoDevice
274 PciIoDevice - TODO: add argument description
|
PciRomTable.c | 348 PCI_IO_DEVICE *PciIoDevice
373 PciOptionRomDescriptor->Bus == PciIoDevice->BusNumber &&
374 PciOptionRomDescriptor->Dev == PciIoDevice->DeviceNumber &&
375 PciOptionRomDescriptor->Func == PciIoDevice->FunctionNumber ) {
377 PciIoDevice->PciIo.RomImage = (VOID *) (UINTN) PciOptionRomDescriptor->RomAddress;
378 PciIoDevice->PciIo.RomSize = (UINTN) PciOptionRomDescriptor->RomLength;
384 mRomImageTable[Index].Bus == PciIoDevice->BusNumber &&
385 mRomImageTable[Index].Dev == PciIoDevice->DeviceNumber &&
386 mRomImageTable[Index].Func == PciIoDevice->FunctionNumber ) {
388 AddDriver (PciIoDevice, mRomImageTable[Index].ImageHandle); [all...] |
PciOptionRomSupport.c | 37 IN PCI_IO_DEVICE *PciIoDevice
58 Bus = PciIoDevice->BusNumber;
59 Device = PciIoDevice->DeviceNumber;
60 Function = PciIoDevice->FunctionNumber;
62 PciRootBridgeIo = PciIoDevice->PciRootBridgeIo;
73 if (IS_PCI_BRIDGE (&PciIoDevice->Pci)) {
125 PciIoDevice->RomSize = (UINT64) ((~AllOnes) + 1);
|