HomeSort by relevance Sort by last modified time
    Searched refs:PciIoDevice (Results 1 - 25 of 38) sorted by null

1 2

  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciIo.h 29 PCI_IO_DEVICE *PciIoDevice
39 PciIoDevice - TODO: add argument description
PciPowerManagement.h 30 IN PCI_IO_DEVICE *PciIoDevice
40 PciIoDevice - TODO: add argument description
PciPowerManagement.c 29 IN PCI_IO_DEVICE *PciIoDevice
54 PciIoDevice,
71 Status = PciIoDevice->PciIo.Pci.Read (
72 &PciIoDevice->PciIo,
91 Status = PciIoDevice->PciIo.Pci.Write (
92 &PciIoDevice->PciIo,
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...]
PciCommand.c 29 IN PCI_IO_DEVICE *PciIoDevice,
48 PciIo = &PciIoDevice->PciIo;
61 IN PCI_IO_DEVICE *PciIoDevice,
80 PciIo = &PciIoDevice->PciIo;
95 IN PCI_IO_DEVICE *PciIoDevice,
114 PciIo = &PciIoDevice->PciIo;
139 IN PCI_IO_DEVICE *PciIoDevice,
158 PciIo = &PciIoDevice->PciIo;
184 IN PCI_IO_DEVICE *PciIoDevice,
203 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...]
PciCommand.h 71 IN PCI_IO_DEVICE *PciIoDevice,
78 IN PCI_IO_DEVICE *PciIoDevice,
84 IN PCI_IO_DEVICE *PciIoDevice,
90 IN PCI_IO_DEVICE *PciIoDevice,
96 IN PCI_IO_DEVICE *PciIoDevice,
103 IN PCI_IO_DEVICE *PciIoDevice,
109 IN PCI_IO_DEVICE *PciIoDevice,
115 IN PCI_IO_DEVICE *PciIoDevice
125 PciIoDevice - TODO: add argument description
136 IN PCI_IO_DEVICE *PciIoDevice,
    [all...]
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...]
PciOptionRomSupport.h 29 IN PCI_IO_DEVICE *PciIoDevice
39 PciIoDevice - TODO: add argument description
PciRomTable.h 38 PCI_IO_DEVICE *PciIoDevice
50 PciIoDevice - TODO: add argument description
PciDriverOverride.h 44 PCI_IO_DEVICE *PciIoDevice
54 PciIoDevice - TODO: add argument description
65 IN PCI_IO_DEVICE *PciIoDevice,
76 PciIoDevice - TODO: add argument description
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciPowerManagement.h 23 @param PciIoDevice PCI device instance.
31 IN PCI_IO_DEVICE *PciIoDevice
PciPowerManagement.c 22 @param PciIoDevice PCI device instance.
30 IN PCI_IO_DEVICE *PciIoDevice
40 PciIoDevice,
57 Status = PciIoDevice->PciIo.Pci.Read (
58 &PciIoDevice->PciIo,
78 Status = PciIoDevice->PciIo.Pci.Write (
79 &PciIoDevice->PciIo,
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...]
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...]
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...]
PciCommand.c 20 @param PciIoDevice Pointer to instance of PCI_IO_DEVICE.
31 IN PCI_IO_DEVICE *PciIoDevice,
43 PciIo = &PciIoDevice->PciIo;
80 @param PciIoDevice Pointer to instance of PCI_IO_DEVICE.
88 IN PCI_IO_DEVICE *PciIoDevice
91 if ((PciIoDevice->Pci.Hdr.Status & EFI_PCI_STATUS_CAPABILITY) != 0) {
101 @param PciIoDevice A pointer to the PCI_IO_DEVICE.
113 IN PCI_IO_DEVICE *PciIoDevice,
126 if (!PciCapabilitySupport (PciIoDevice)) {
135 if (IS_CARDBUS_BRIDGE (&PciIoDevice->Pci)) {
    [all...]
PciRomTable.c 91 @param PciIoDevice Device instance.
99 IN PCI_IO_DEVICE *PciIoDevice
106 PciRootBridgeIo = PciIoDevice->PciRootBridgeIo;
111 mRomImageTable[Index].Bus == PciIoDevice->BusNumber &&
112 mRomImageTable[Index].Dev == PciIoDevice->DeviceNumber &&
113 mRomImageTable[Index].Func == PciIoDevice->FunctionNumber ) {
117 AddDriver (PciIoDevice, mRomImageTable[Index].ImageHandle);
119 PciIoDevice->PciIo.RomImage = (VOID *) (UINTN) mRomImageTable[Index].RomAddress;
120 PciIoDevice->PciIo.RomSize = (UINTN) mRomImageTable[Index].RomLength;
PciHotPlugSupport.c 281 @param PciIoDevice A Pointer to the PCI-PCI bridge.
289 IN PCI_IO_DEVICE *PciIoDevice
296 if (PciIoDevice == NULL) {
302 PciIoDevice,
320 Check whether PciIoDevice supports PCIe hotplug.
329 @param[in] PciIoDevice The device being checked.
331 @retval TRUE PciIoDevice is a PCIe port that accepts a hotplugged device.
337 IN PCI_IO_DEVICE *PciIoDevice
345 if (PciIoDevice == NULL) {
352 if (!PciIoDevice->IsPciExp) {
    [all...]
PciEnumeratorSupport.h 150 @param PciIoDevice Pci device instance.
158 IN PCI_IO_DEVICE *PciIoDevice
164 @param PciIoDevice A pointer to the PCI_IO_DEVICE.
175 IN PCI_IO_DEVICE *PciIoDevice,
184 @param PciIoDevice A pointer to the PCI_IO_DEVICE.
195 IN PCI_IO_DEVICE *PciIoDevice,
204 @param PciIoDevice Pci device instance.
215 IN PCI_IO_DEVICE *PciIoDevice,
225 @param PciIoDevice Structure pointer for PCI device.
233 IN PCI_IO_DEVICE *PciIoDevice,
    [all...]
PciDriverOverride.h 37 @param PciIoDevice PCI Device instance.
42 IN OUT PCI_IO_DEVICE *PciIoDevice
48 @param PciIoDevice Instance of PciIo device.
58 IN PCI_IO_DEVICE *PciIoDevice,
PciHotPlugSupport.h 91 @param PciIoDevice PCI device instance.
99 PCI_IO_DEVICE *PciIoDevice
168 @param PciIoDevice A Pointer to the PCI-PCI bridge.
176 IN PCI_IO_DEVICE *PciIoDevice
180 Check whether PciIoDevice supports PCIe hotplug.
189 @param[in] PciIoDevice The device being checked.
191 @retval TRUE PciIoDevice is a PCIe port that accepts a hotplugged device.
197 IN PCI_IO_DEVICE *PciIoDevice
203 @param PciIoDevice PCI bridge instance.
208 IN PCI_IO_DEVICE *PciIoDevice
    [all...]
PciRomTable.h 44 @param PciIoDevice Device instance.
52 IN PCI_IO_DEVICE *PciIoDevice

Completed in 214 milliseconds

1 2