Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c1566 {ACPI_DMT_UINT32, ACPI_NHLT1_OFFSET (CapabilitiesSize), "Capabilities Size", 0},
1567 {ACPI_DMT_UINT8, ACPI_NHLT1_OFFSET (VirtualSlot), "Virtual Slot", 0},
1568 {ACPI_DMT_NHLT1f, ACPI_NHLT1_OFFSET (ConfigType), "Config Type", 0},
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbinfo.h377 #define ACPI_NHLT1_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_NHLT_DEVICE_SPECIFIC_CONFIG,f) macro