Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/acpica/common/
HDdmtbinfo2.c1297 {ACPI_DMT_UINT32, ACPI_NHLT1_OFFSET (CapabilitiesSize), "Capabilities Size", 0},
1298 {ACPI_DMT_UINT8, ACPI_NHLT1_OFFSET (VirtualSlot), "Virtual Slot", 0},
1299 {ACPI_DMT_NHLT1f, ACPI_NHLT1_OFFSET (ConfigType), "Config Type", 0},
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDactbinfo.h350 #define ACPI_NHLT1_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_NHLT_DEVICE_SPECIFIC_CONFIG,f) macro