Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddttable2.c1371 ACPI_SDEV_PCIE *Pcie = NULL; in DtCompileSdev() local
1408 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable->Buffer); in DtCompileSdev()
1514 Pcie->PathOffset = sizeof (ACPI_SDEV_PCIE); in DtCompileSdev()
1515 Pcie->PathLength = (UINT16) in DtCompileSdev()
1520 Pcie->VendorDataLength = 0; in DtCompileSdev()
1521 Pcie->VendorDataOffset = 0; in DtCompileSdev()
1537 Pcie->VendorDataOffset = in DtCompileSdev()
1538 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev()
1539 Pcie->VendorDataLength = (UINT16) in DtCompileSdev()
1546 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbdump2.c1964 ACPI_SDEV_PCIE *Pcie; in AcpiDmDumpSdev() local
2066 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable); in AcpiDmDumpSdev()
2067 PathOffset = Pcie->PathOffset; in AcpiDmDumpSdev()
2068 PathLength = Pcie->PathLength; in AcpiDmDumpSdev()
2074 ACPI_ADD_PTR (UINT8, Pcie, PathOffset), in AcpiDmDumpSdev()
2087 VendorDataLength = Pcie->VendorDataLength; in AcpiDmDumpSdev()
2088 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()
2093 ACPI_ADD_PTR (UINT8, Pcie, VendorDataOffset), in AcpiDmDumpSdev()