ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Enumerations | |
enum | AcpiReturnPackageTypes { ACPI_PTYPE1_FIXED = 1 , ACPI_PTYPE1_VAR = 2 , ACPI_PTYPE1_OPTION = 3 , ACPI_PTYPE2 = 4 , ACPI_PTYPE2_COUNT = 5 , ACPI_PTYPE2_PKG_COUNT = 6 , ACPI_PTYPE2_FIXED = 7 , ACPI_PTYPE2_MIN = 8 , ACPI_PTYPE2_REV_FIXED = 9 , ACPI_PTYPE2_FIX_VAR = 10 , ACPI_PTYPE2_VAR_VAR = 11 , ACPI_PTYPE2_UUID_PAIR = 12 , ACPI_PTYPE_CUSTOM = 13 } |
Variables | |
const ACPI_PREDEFINED_INFO | AcpiGbl_PredefinedMethods [] |
const ACPI_PREDEFINED_INFO | AcpiGbl_ResourceNames [] |
#define ARG_COUNT_IS_MINIMUM 0x8000 |
Definition at line 144 of file acpredef.h.
#define METHOD_0ARGS 0 |
Definition at line 152 of file acpredef.h.
Definition at line 153 of file acpredef.h.
Definition at line 154 of file acpredef.h.
Definition at line 155 of file acpredef.h.
Definition at line 156 of file acpredef.h.
#define METHOD_5ARGS | ( | a1, | |
a2, | |||
a3, | |||
a4, | |||
a5 | |||
) | (5 | (a1 << 3) | (a2 << 6) | (a3 << 9) | (a4 << 12) | (a5 << 15)) |
Definition at line 157 of file acpredef.h.
#define METHOD_ARG_BIT_WIDTH 3 |
Definition at line 142 of file acpredef.h.
#define METHOD_ARG_MASK 0x0007 |
Definition at line 143 of file acpredef.h.
#define METHOD_GET_ARG_COUNT | ( | ArgList | ) | ((ArgList) & METHOD_ARG_MASK) |
Definition at line 147 of file acpredef.h.
#define METHOD_GET_NEXT_TYPE | ( | ArgList | ) | (((ArgList) >>= METHOD_ARG_BIT_WIDTH) & METHOD_ARG_MASK) |
Definition at line 148 of file acpredef.h.
#define METHOD_MAX_ARG_TYPE ACPI_TYPE_PACKAGE |
Definition at line 145 of file acpredef.h.
#define METHOD_NO_RETURN_VALUE 0 |
Definition at line 160 of file acpredef.h.
#define METHOD_PREDEF_ARGS_MAX 5 |
Definition at line 141 of file acpredef.h.
Definition at line 159 of file acpredef.h.
#define NUM_RESOURCE_WIDTHS 8 |
Definition at line 175 of file acpredef.h.
Definition at line 162 of file acpredef.h.
#define VARIABLE_DATA 0x0080 |
Definition at line 174 of file acpredef.h.
#define WIDTH_1 0x0001 |
Definition at line 167 of file acpredef.h.
#define WIDTH_16 0x0010 |
Definition at line 171 of file acpredef.h.
#define WIDTH_2 0x0002 |
Definition at line 168 of file acpredef.h.
#define WIDTH_3 0x0004 |
Definition at line 169 of file acpredef.h.
#define WIDTH_32 0x0020 |
Definition at line 172 of file acpredef.h.
#define WIDTH_64 0x0040 |
Definition at line 173 of file acpredef.h.
#define WIDTH_8 0x0008 |
Definition at line 170 of file acpredef.h.
Definition at line 121 of file acpredef.h.
|
extern |
Referenced by AcpiUtMatchPredefinedMethod().
|
extern |