Home
last modified time | relevance | path

Searched refs:Pcie (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDdttable2.c1978 ACPI_SDEV_PCIE *Pcie = NULL; in DtCompileSdev() local
2019 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable->Buffer); in DtCompileSdev()
2206 Pcie->PathOffset = sizeof (ACPI_SDEV_PCIE); in DtCompileSdev()
2207 Pcie->PathLength = (UINT16) in DtCompileSdev()
2212 Pcie->VendorDataLength = 0; in DtCompileSdev()
2213 Pcie->VendorDataOffset = 0; in DtCompileSdev()
2229 Pcie->VendorDataOffset = in DtCompileSdev()
2230 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev()
2231 Pcie->VendorDataLength = (UINT16) in DtCompileSdev()
2238 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
/dragonfly/sys/contrib/dev/acpica/source/common/
HDdmtbdump2.c2626 ACPI_SDEV_PCIE *Pcie; in AcpiDmDumpSdev() local
2778 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable); in AcpiDmDumpSdev()
2779 PathOffset = Pcie->PathOffset; in AcpiDmDumpSdev()
2780 PathLength = Pcie->PathLength; in AcpiDmDumpSdev()
2786 ACPI_ADD_PTR (UINT8, Pcie, PathOffset), in AcpiDmDumpSdev()
2799 VendorDataLength = Pcie->VendorDataLength; in AcpiDmDumpSdev()
2800 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()
2805 ACPI_ADD_PTR (UINT8, Pcie, VendorDataOffset), in AcpiDmDumpSdev()