Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c2229 ACPI_SDEV_PCIE *Pcie = NULL; in DtCompileSdev() local
2270 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable->Buffer); in DtCompileSdev()
2457 Pcie->PathOffset = sizeof (ACPI_SDEV_PCIE); in DtCompileSdev()
2458 Pcie->PathLength = (UINT16) in DtCompileSdev()
2463 Pcie->VendorDataLength = 0; in DtCompileSdev()
2464 Pcie->VendorDataOffset = 0; in DtCompileSdev()
2480 Pcie->VendorDataOffset = in DtCompileSdev()
2481 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev()
2482 Pcie->VendorDataLength = (UINT16) in DtCompileSdev()
2489 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c3060 ACPI_SDEV_PCIE *Pcie; in AcpiDmDumpSdev() local
3212 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable); in AcpiDmDumpSdev()
3213 PathOffset = Pcie->PathOffset; in AcpiDmDumpSdev()
3214 PathLength = Pcie->PathLength; in AcpiDmDumpSdev()
3220 ACPI_ADD_PTR (UINT8, Pcie, PathOffset), in AcpiDmDumpSdev()
3233 VendorDataLength = Pcie->VendorDataLength; in AcpiDmDumpSdev()
3234 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()
3239 ACPI_ADD_PTR (UINT8, Pcie, VendorDataOffset), in AcpiDmDumpSdev()