Home
last modified time | relevance | path

Searched refs:ACPI_IORT_ID_MAPPING (Results 1 – 4 of 4) sorted by relevance

/acpica-latest/source/include/
Dactbinfo.h308 #define ACPI_IORTM_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_IORT_ID_MAPPING,f)
475 #define ACPI_IORTM_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_IORT_ID_MAPPING,f,o)
Dactbl2.h602 } ACPI_IORT_ID_MAPPING; typedef
/acpica-latest/source/common/
Ddmtbdump2.c367 IortNode->MappingCount * sizeof (ACPI_IORT_ID_MAPPING); in AcpiDmDumpIort()
460 Length = sizeof (ACPI_IORT_ID_MAPPING); in AcpiDmDumpIort()
/acpica-latest/source/compiler/
Ddttable1.c2609 NodeLength += sizeof (ACPI_IORT_ID_MAPPING); in DtCompileIort()