Home
last modified time | relevance | path

Searched refs:PCI_DEVICE_PATH (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DTianoDevicePath.h32 PCI_DEVICE_PATH PciBusDevicePath;
41 PCI_DEVICE_PATH PciBusDevicePath;
50 PCI_DEVICE_PATH PciBridgeDevicePath;
51 PCI_DEVICE_PATH PciBusDevicePath;
60 PCI_DEVICE_PATH PciBridgeDevicePath;
61 PCI_DEVICE_PATH PciBusDevicePath;
70 PCI_DEVICE_PATH PciBridgeDevicePath;
71 PCI_DEVICE_PATH PciXBridgeDevicePath;
72 PCI_DEVICE_PATH PciXBusDevicePath;
81 PCI_DEVICE_PATH LpcBridgeDevicePath;
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.h105 (UINT8) (sizeof (PCI_DEVICE_PATH)), \
106 (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8) \
218 PCI_DEVICE_PATH IsaBridge;
235 PCI_DEVICE_PATH OnboardVga;
241 PCI_DEVICE_PATH AgpBridge;
242 PCI_DEVICE_PATH AgpDevice;
248 PCI_DEVICE_PATH IsaBridge;
268 PCI_DEVICE_PATH IsaBridge;
278 PCI_DEVICE_PATH IsaBridge;
289 PCI_DEVICE_PATH PciDevice;
[all …]
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DBdsPlatform.h80 (UINT8) (sizeof (PCI_DEVICE_PATH)), \
81 (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8) \
174 PCI_DEVICE_PATH IsaBridge;
181 PCI_DEVICE_PATH IsaBridge;
190 PCI_DEVICE_PATH VgaDevice;
196 PCI_DEVICE_PATH PciBridge;
197 PCI_DEVICE_PATH SerialDevice;
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/
DIohBds.h31 (UINT8) (sizeof (PCI_DEVICE_PATH)), \
32 (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8) \
80 PCI_DEVICE_PATH IohDevice;
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscDevicePath.h51 {HARDWARE_DEVICE_PATH, HW_PCI_DP, {(UINT8) (sizeof (PCI_DEVICE_PATH)), (UINT8) \
52 ((sizeof (PCI_DEVICE_PATH)) >> 8)}}, function, device \
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscDevicePath.h51 HARDWARE_DEVICE_PATH, HW_PCI_DP, (UINT8) (sizeof (PCI_DEVICE_PATH)), (UINT8) \
52 ((sizeof (PCI_DEVICE_PATH)) >> 8), function, device \
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscDevicePath.h35 HW_PCI_DP, (UINT8) (sizeof (PCI_DEVICE_PATH)),\
36 (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8), function, device }
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.h83 (UINT8) (sizeof (PCI_DEVICE_PATH)), \
84 (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8) \
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformData.c39 PCI_DEVICE_PATH PciUart;
77 (UINT8) (sizeof (PCI_DEVICE_PATH)), \
78 (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8) \
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
DArmJunoDxe.c39 PCI_DEVICE_PATH PciDevicePath;
56 { (UINT8) (sizeof (PCI_DEVICE_PATH)),
57 (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8) }
DPciEmulation.c22 PCI_DEVICE_PATH PciDevicePath;
46 { HARDWARE_DEVICE_PATH, HW_PCI_DP, { sizeof (PCI_DEVICE_PATH), 0 } },
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
DLpcDriver.c108 PCI_DEVICE_PATH *PciNode; in LpcDriverSupported()
141 PciNode = (PCI_DEVICE_PATH *)IsaBridgeDevicePath; in LpcDriverSupported()
144 DevicePathNodeLength (&PciNode->Header) != sizeof (PCI_DEVICE_PATH) || in LpcDriverSupported()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DDataHubRecords.h63 PCI_DEVICE_PATH PciBusDevicePath;
72 PCI_DEVICE_PATH PciBusDevicePath;
81 PCI_DEVICE_PATH PciBridgeDevicePath;
82 PCI_DEVICE_PATH PciBusDevicePath;
91 PCI_DEVICE_PATH PciBridgeDevicePath;
92 PCI_DEVICE_PATH PciBusDevicePath;
101 PCI_DEVICE_PATH PciBridgeDevicePath;
102 PCI_DEVICE_PATH PciXBridgeDevicePath;
103 PCI_DEVICE_PATH PciXBusDevicePath;
112 PCI_DEVICE_PATH LpcBridgeDevicePath;
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyIde.c54 PCI_DEVICE_PATH *PciDevicePath; in LegacyBiosBuildIdeData()
147 PciDevicePath = (PCI_DEVICE_PATH *) DevicePathNode; in LegacyBiosBuildIdeData()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h75 } PCI_DEVICE_PATH; typedef
484 PCI_DEVICE_PATH Pci;
532 PCI_DEVICE_PATH *Pci;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h95 } PCI_DEVICE_PATH; typedef
1212 PCI_DEVICE_PATH Pci;
1269 PCI_DEVICE_PATH *Pci;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscOemType0x90Function.c173 PCI_DEVICE_PATH *PCIPath;
174 PCIPath = (PCI_DEVICE_PATH*) DPath;
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformConsole.c24 (UINT8) (sizeof (PCI_DEVICE_PATH)), \
25 (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8) \
/device/linaro/bootloader/edk2/IntelFrameworkPkg/
DFrameworkSpecConformance.txt540 PCI_DEVICE_PATH PciBusDevicePath;
546 PCI_DEVICE_PATH PciBusDevicePath;
552 PCI_DEVICE_PATH PciBridgeDevicePath;
553 PCI_DEVICE_PATH PciBusDevicePath;
559 PCI_DEVICE_PATH PciBridgeDevicePath;
560 PCI_DEVICE_PATH PciBusDevicePath;
566 PCI_DEVICE_PATH PciBridgeDevicePath;
567 PCI_DEVICE_PATH PciXBridgeDevicePath;
568 PCI_DEVICE_PATH PciXBusDevicePath;
574 PCI_DEVICE_PATH LpcBridgeDevicePath;
[all …]
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciBus.c165 DevicePathNodeLength(Node.DevPath) != sizeof(PCI_DEVICE_PATH)) { in PciBusDriverBindingSupported()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciBus.c153 DevicePathNodeLength(Node.DevPath) != sizeof(PCI_DEVICE_PATH)) { in PciBusDriverBindingSupported()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c397 PCI_DEVICE_PATH *Pci1; in DevPathComparePci()
398 PCI_DEVICE_PATH *Pci2; in DevPathComparePci()
403 Pci1 = (PCI_DEVICE_PATH *) DevicePath1; in DevPathComparePci()
404 Pci2 = (PCI_DEVICE_PATH *) DevicePath2; in DevPathComparePci()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
DIgdOpRegion.c425 PCI_DEVICE_PATH *PCIPath;
427 PCIPath = (PCI_DEVICE_PATH*) DPath;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c1097 PCI_DEVICE_PATH *PCIPath;
1099 PCIPath = (PCI_DEVICE_PATH*) DPath;
1550 PCI_DEVICE_PATH *PciDevicePath;
1599 PciDevicePath = (PCI_DEVICE_PATH *) DevicePathNode;
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalPasswordSmm.c120 PCI_DEVICE_PATH *PciDevPath; in ExtractDeviceInfoFromDevicePath()
158 PciDevPath = (PCI_DEVICE_PATH *) TmpDevPath; in ExtractDeviceInfoFromDevicePath()

12