Home
last modified time | relevance | path

Searched refs:PciNode (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DDeviceIo.c472 PCI_DEVICE_PATH PciNode; in AppendPciDevicePath() local
504 PciNode.Header.Type = HARDWARE_DEVICE_PATH; in AppendPciDevicePath()
505 PciNode.Header.SubType = HW_PCI_DP; in AppendPciDevicePath()
506 SetDevicePathNodeLength (&PciNode.Header, sizeof (PciNode)); in AppendPciDevicePath()
508 PciNode.Device = ThisDevice; in AppendPciDevicePath()
509 PciNode.Function = ThisFunc; in AppendPciDevicePath()
510 ReturnDevicePath = AppendDevicePathNode (DevicePath, &PciNode.Header); in AppendPciDevicePath()
528 ZeroMem (&PciNode, sizeof (PciNode)); in AppendPciDevicePath()
529 PciNode.Header.Type = HARDWARE_DEVICE_PATH; in AppendPciDevicePath()
530 PciNode.Header.SubType = HW_PCI_DP; in AppendPciDevicePath()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
DLpcDriver.c108 PCI_DEVICE_PATH *PciNode; in LpcDriverSupported()
141 PciNode = (PCI_DEVICE_PATH *)IsaBridgeDevicePath; in LpcDriverSupported()
142 if (PciNode->Header.Type != HARDWARE_DEVICE_PATH || in LpcDriverSupported()
143 PciNode->Header.SubType != HW_PCI_DP || in LpcDriverSupported()
144 DevicePathNodeLength (&PciNode->Header) != sizeof (PCI_DEVICE_PATH) || in LpcDriverSupported()
145 PciNode -> Function != 0x00 || in LpcDriverSupported()
146 PciNode -> Device != 0x1f ) { in LpcDriverSupported()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DDeviceIoOnPciRootBridgeIoThunk.c857 PCI_DEVICE_PATH PciNode; in AppendPciDevicePath() local
888 PciNode.Header.Type = HARDWARE_DEVICE_PATH; in AppendPciDevicePath()
889 PciNode.Header.SubType = HW_PCI_DP; in AppendPciDevicePath()
890 SetDevicePathNodeLength (&PciNode.Header, sizeof (PciNode)); in AppendPciDevicePath()
892 PciNode.Device = ThisDevice; in AppendPciDevicePath()
893 PciNode.Function = ThisFunc; in AppendPciDevicePath()
894 ReturnDevicePath = AppendDevicePathNode (DevicePath, &PciNode.Header); in AppendPciDevicePath()
912 ZeroMem (&PciNode, sizeof (PciNode)); in AppendPciDevicePath()
913 PciNode.Header.Type = HARDWARE_DEVICE_PATH; in AppendPciDevicePath()
914 PciNode.Header.SubType = HW_PCI_DP; in AppendPciDevicePath()
[all …]
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciEnumeratorSupport.c647 PCI_DEVICE_PATH PciNode; in CreatePciDevicePath() local
652 PciNode.Header.Type = HARDWARE_DEVICE_PATH; in CreatePciDevicePath()
653 PciNode.Header.SubType = HW_PCI_DP; in CreatePciDevicePath()
654 SetDevicePathNodeLength (&PciNode.Header, sizeof (PciNode)); in CreatePciDevicePath()
656 PciNode.Device = PciIoDevice->DeviceNumber; in CreatePciDevicePath()
657 PciNode.Function = PciIoDevice->FunctionNumber; in CreatePciDevicePath()
658 PciIoDevice->DevicePath = AppendDevicePathNode (ParentDevicePath, &PciNode.Header); in CreatePciDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciEnumeratorSupport.c751 PCI_DEVICE_PATH PciNode; in CreatePciDevicePath() local
756 PciNode.Header.Type = HARDWARE_DEVICE_PATH; in CreatePciDevicePath()
757 PciNode.Header.SubType = HW_PCI_DP; in CreatePciDevicePath()
758 SetDevicePathNodeLength (&PciNode.Header, sizeof (PciNode)); in CreatePciDevicePath()
760 PciNode.Device = PciIoDevice->DeviceNumber; in CreatePciDevicePath()
761 PciNode.Function = PciIoDevice->FunctionNumber; in CreatePciDevicePath()
762 PciIoDevice->DevicePath = AppendDevicePathNode (ParentDevicePath, &PciNode.Header); in CreatePciDevicePath()