Home
last modified time | relevance | path

Searched refs:PCI_DEVICE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
DAcpiSmmPlatform.c56 PCI_DEVICE (0, 20, 0),
59 PCI_DEVICE (0, 20, 1),
62 PCI_DEVICE (0, 20, 2),
65 PCI_DEVICE (0, 20, 3),
68 PCI_DEVICE (0, 20, 4),
71 PCI_DEVICE (0, 20, 5),
74 PCI_DEVICE (0, 20, 6),
77 PCI_DEVICE (0, 20, 7),
80 PCI_DEVICE (0, 21, 0),
83 PCI_DEVICE (0, 21, 1),
[all …]
DAcpiSmmPlatform.h65 #define PCI_DEVICE(Bus, Dev, Func) \ macro
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalPasswordSmm.h88 } PCI_DEVICE; typedef
132 PCI_DEVICE *PciBridgeNode;
DOpalPasswordSmm.c85 PCI_DEVICE *DeviceNode; in AddPciDeviceNode()
87 DevList = AllocateZeroPool (sizeof (PCI_DEVICE) + Dev->Length); in AddPciDeviceNode()
95 DeviceNode = (PCI_DEVICE *) (DevList + Dev->Length); in AddPciDeviceNode()
101 Dev->Length += sizeof (PCI_DEVICE); in AddPciDeviceNode()
102 Dev->PciBridgeNode = (PCI_DEVICE *)DevList; in AddPciDeviceNode()
237 PCI_DEVICE *DevNode; in SaveRestoreRootportConfSpace()
246 DevNode = (PCI_DEVICE *)((UINT8*)DeviceNode->PciBridgeNode + Length); in SaveRestoreRootportConfSpace()
265 Length += sizeof (PCI_DEVICE); in SaveRestoreRootportConfSpace()