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.c2139 ACPI_SDEV_PCIE *Pcie = NULL; in DtCompileSdev() local
2180 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable->Buffer); in DtCompileSdev()
2367 Pcie->PathOffset = sizeof (ACPI_SDEV_PCIE); in DtCompileSdev()
2368 Pcie->PathLength = (UINT16) in DtCompileSdev()
2373 Pcie->VendorDataLength = 0; in DtCompileSdev()
2374 Pcie->VendorDataOffset = 0; in DtCompileSdev()
2390 Pcie->VendorDataOffset = in DtCompileSdev()
2391 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev()
2392 Pcie->VendorDataLength = (UINT16) in DtCompileSdev()
2399 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c2731 ACPI_SDEV_PCIE *Pcie; in AcpiDmDumpSdev() local
2883 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable); in AcpiDmDumpSdev()
2884 PathOffset = Pcie->PathOffset; in AcpiDmDumpSdev()
2885 PathLength = Pcie->PathLength; in AcpiDmDumpSdev()
2891 ACPI_ADD_PTR (UINT8, Pcie, PathOffset), in AcpiDmDumpSdev()
2904 VendorDataLength = Pcie->VendorDataLength; in AcpiDmDumpSdev()
2905 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()
2910 ACPI_ADD_PTR (UINT8, Pcie, VendorDataOffset), in AcpiDmDumpSdev()