Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacoutput.h228 #define ACPI_LV_VERBOSITY2 0x00F00000 | ACPI_LV_VERBOSITY1 macro
229 #define ACPI_LV_ALL ACPI_LV_VERBOSITY2
237 #define ACPI_LV_VERBOSITY3 0x0F000000 | ACPI_LV_VERBOSITY2
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbxface.c592 AcpiGbl_DbDebugLevel = ACPI_LV_VERBOSITY2; in AcpiInitializeDebugger()