Home
last modified time | relevance | path

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

/acpica-latest/source/compiler/
Ddttable2.c2126 ACPI_SDEV_PCIE *Pcie = NULL; in DtCompileSdev() local
2167 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable->Buffer); in DtCompileSdev()
2354 Pcie->PathOffset = sizeof (ACPI_SDEV_PCIE); in DtCompileSdev()
2355 Pcie->PathLength = (UINT16) in DtCompileSdev()
2360 Pcie->VendorDataLength = 0; in DtCompileSdev()
2361 Pcie->VendorDataOffset = 0; in DtCompileSdev()
2377 Pcie->VendorDataOffset = in DtCompileSdev()
2378 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev()
2379 Pcie->VendorDataLength = (UINT16) in DtCompileSdev()
2386 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
/acpica-latest/source/common/
Ddmtbdump2.c2690 ACPI_SDEV_PCIE *Pcie; in AcpiDmDumpSdev() local
2842 Pcie = ACPI_CAST_PTR (ACPI_SDEV_PCIE, Subtable); in AcpiDmDumpSdev()
2843 PathOffset = Pcie->PathOffset; in AcpiDmDumpSdev()
2844 PathLength = Pcie->PathLength; in AcpiDmDumpSdev()
2850 ACPI_ADD_PTR (UINT8, Pcie, PathOffset), in AcpiDmDumpSdev()
2863 VendorDataLength = Pcie->VendorDataLength; in AcpiDmDumpSdev()
2864 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()
2869 ACPI_ADD_PTR (UINT8, Pcie, VendorDataOffset), in AcpiDmDumpSdev()