49#define _COMPONENT ACPI_UTILITIES
53#if defined (ACPI_DEBUG_OUTPUT) || \
54 defined (ACPI_DISASSEMBLER) || \
55 defined (ACPI_DEBUGGER)
61const char *AcpiGbl_BmDecode[] =
67const char *AcpiGbl_ConfigDecode[] =
69 "0 - Good Configuration",
70 "1 - Acceptable Configuration",
71 "2 - Suboptimal Configuration",
72 "3 - ***Invalid Configuration***",
75const char *AcpiGbl_ConsumeDecode[] =
81const char *AcpiGbl_DecDecode[] =
87const char *AcpiGbl_HeDecode[] =
93const char *AcpiGbl_IoDecode[] =
99const char *AcpiGbl_LlDecode[] =
107const char *AcpiGbl_MaxDecode[] =
113const char *AcpiGbl_MemDecode[] =
121const char *AcpiGbl_MinDecode[] =
127const char *AcpiGbl_MtpDecode[] =
129 "AddressRangeMemory",
130 "AddressRangeReserved",
135const char *AcpiGbl_PhyDecode[] =
143const char *AcpiGbl_RngDecode[] =
151const char *AcpiGbl_RwDecode[] =
157const char *AcpiGbl_ShrDecode[] =
165const char *AcpiGbl_SizDecode[] =
173const char *AcpiGbl_TrsDecode[] =
179const char *AcpiGbl_TtpDecode[] =
185const char *AcpiGbl_TypDecode[] =
193const char *AcpiGbl_PpcDecode[] =
201const char *AcpiGbl_IorDecode[] =
204 "IoRestrictionInputOnly",
205 "IoRestrictionOutputOnly",
206 "IoRestrictionNoneAndPreserve"
209const char *AcpiGbl_DtsDecode[] =
221const char *AcpiGbl_CtDecode[] =
229const char *AcpiGbl_SbtDecode[] =
231 "/* UNKNOWN serial bus type */",
240const char *AcpiGbl_AmDecode[] =
242 "AddressingMode7Bit",
243 "AddressingMode10Bit"
248const char *AcpiGbl_SmDecode[] =
250 "ControllerInitiated",
256const char *AcpiGbl_WmDecode[] =
264const char *AcpiGbl_CphDecode[] =
272const char *AcpiGbl_CpoDecode[] =
280const char *AcpiGbl_DpDecode[] =
288const char *AcpiGbl_EdDecode[] =
296const char *AcpiGbl_BpbDecode[] =
303 "/* UNKNOWN Bits per byte */",
304 "/* UNKNOWN Bits per byte */",
305 "/* UNKNOWN Bits per byte */"
310const char *AcpiGbl_SbDecode[] =
314 "StopBitsOnePlusHalf",
320const char *AcpiGbl_FcDecode[] =
323 "FlowControlHardware",
325 "/* UNKNOWN flow control keyword */"
330const char *AcpiGbl_PtDecode[] =
337 "/* UNKNOWN parity keyword */",
338 "/* UNKNOWN parity keyword */",
339 "/* UNKNOWN parity keyword */"
344const char *AcpiGbl_PtypDecode[] =
351 "Bias High Impedance",
359 "Input Schmitt Trigger",
#define ACPI_MODULE_NAME(Name)