HomeSort by relevance Sort by last modified time
    Searched defs:PciIoDevice (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciDriverOverride.c 37 PCI_IO_DEVICE *PciIoDevice
54 PciIoDevice->PciDriverOverride.GetDriver = GetDriver;
78 PCI_IO_DEVICE *PciIoDevice;
82 PciIoDevice = PCI_IO_DEVICE_FROM_PCI_DRIVER_OVERRIDE_THIS (This);
84 CurrentLink = PciIoDevice->OptionRomDriverList.ForwardLink;
86 while (CurrentLink && CurrentLink != &PciIoDevice->OptionRomDriverList) {
98 if (CurrentLink->ForwardLink == &PciIoDevice->OptionRomDriverList ||
119 IN PCI_IO_DEVICE *PciIoDevice,
155 InsertTailList (&PciIoDevice->OptionRomDriverList, &(Node->Link));
157 PciIoDevice->BusOverride = TRUE;
    [all...]
PciDeviceSupport.c 231 IN PCI_IO_DEVICE *PciIoDevice,
245 PciIoDevice - A PCI_IO_DEVICE pointer to the PCI IO device to be registered.
263 if (PciIoDevice->BusOverride) {
265 &PciIoDevice->Handle,
267 PciIoDevice->DevicePath,
269 &PciIoDevice->PciIo,
271 &PciIoDevice->PciDriverOverride,
276 &PciIoDevice->Handle,
278 PciIoDevice->DevicePath,
280 &PciIoDevice->PciIo,
    [all...]
PciEnumeratorSupport.c 29 IN PCI_IO_DEVICE *PciIoDevice
34 IN PCI_IO_DEVICE *PciIoDevice
58 IN PCI_IO_DEVICE *PciIoDevice,
77 IN PCI_IO_DEVICE *PciIoDevice
82 IN PCI_IO_DEVICE *PciIoDevice,
93 IN PCI_IO_DEVICE *PciIoDevice
197 PCI_IO_DEVICE *PciIoDevice;
202 PciIoDevice = NULL;
238 &PciIoDevice
251 PciIo = &(PciIoDevice->PciIo);
    [all...]
PciIo.c 40 IN PCI_IO_DEVICE *PciIoDevice,
48 IN PCI_IO_DEVICE *PciIoDevice,
56 IN PCI_IO_DEVICE *PciIoDevice
61 IN PCI_IO_DEVICE *PciIoDevice
67 PCI_IO_DEVICE *PciIoDevice,
77 PCI_IO_DEVICE *PciIoDevice,
302 PCI_IO_DEVICE *PciIoDevice
319 CopyMem (&PciIoDevice->PciIo, &PciIoInterface, sizeof (EFI_PCI_IO_PROTOCOL));
325 PCI_IO_DEVICE *PciIoDevice,
361 if (!CheckBarType (PciIoDevice, BarIndex, Type)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciDriverOverride.c 20 @param PciIoDevice PCI Device instance.
25 IN OUT PCI_IO_DEVICE *PciIoDevice
28 PciIoDevice->PciDriverOverride.GetDriver = GetDriver;
55 PCI_IO_DEVICE *PciIoDevice;
59 PciIoDevice = PCI_IO_DEVICE_FROM_PCI_DRIVER_OVERRIDE_THIS (This);
61 CurrentLink = PciIoDevice->OptionRomDriverList.ForwardLink;
63 while (CurrentLink != NULL && CurrentLink != &PciIoDevice->OptionRomDriverList) {
75 if (CurrentLink->ForwardLink == &PciIoDevice->OptionRomDriverList ||
97 @param PciIoDevice Instance of PciIo device.
107 IN PCI_IO_DEVICE *PciIoDevice,
    [all...]
PciDeviceSupport.c 88 @param PciIoDevice A pointer to the PCI_IO_DEVICE to be destoried.
93 IN PCI_IO_DEVICE *PciIoDevice
96 ASSERT (PciIoDevice != NULL);
100 if (PciIoDevice->ResourcePaddingDescriptors != NULL) {
101 FreePool (PciIoDevice->ResourcePaddingDescriptors);
104 if (PciIoDevice->DevicePath != NULL) {
105 FreePool (PciIoDevice->DevicePath);
108 FreePool (PciIoDevice);
197 @param PciIoDevice A PCI_IO_DEVICE pointer to the PCI IO device to be registered.
207 IN PCI_IO_DEVICE *PciIoDevice,
    [all...]
PciIo.c 52 @param PciIoDevice Pci device instance.
57 IN PCI_IO_DEVICE *PciIoDevice
60 CopyMem (&PciIoDevice->PciIo, &mPciIoInterface, sizeof (EFI_PCI_IO_PROTOCOL));
66 @param PciIoDevice Pci device instance.
80 IN PCI_IO_DEVICE *PciIoDevice,
103 if (!CheckBarType (PciIoDevice, BarIndex, Type)) {
117 if ((*Offset + Count * (UINTN)(1 << Width)) - 1 >= PciIoDevice->PciBar[BarIndex].Length) {
121 *Offset = *Offset + PciIoDevice->PciBar[BarIndex].BaseAddress;
129 @param PciIoDevice Pci device instance.
141 IN PCI_IO_DEVICE *PciIoDevice,
    [all...]
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...]
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...]
PciEnumeratorSupport.c 103 PCI_IO_DEVICE *PciIoDevice;
147 &PciIoDevice
159 PciIo = &(PciIoDevice->PciIo);
178 GetResourcePaddingPpb (PciIoDevice);
184 PciIoDevice,
229 PCI_IO_DEVICE *PciIoDevice;
231 PciIoDevice = NULL;
245 PciIoDevice = GatherP2CInfo (
252 if ((PciIoDevice != NULL) && gFullEnumeration) {
253 InitializeP2C (PciIoDevice);
    [all...]
  /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...]

Completed in 271 milliseconds