diff options
| author | Bob Moore <robert.moore@intel.com> | 2009-03-05 20:49:25 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2009-03-27 12:11:01 -0400 |
| commit | 768aaaf196e8a40f5cfc792d9d365795cc52ed13 (patch) | |
| tree | b223711c833a4848711b3c322dea9a9809e22836 /include | |
| parent | 2affa28605fa5387192c72d9889a00c9c51aa712 (diff) | |
ACPICA: Add manifest constants for bit register values
Add and deploy constants for the PM status/enable/control
registers.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/actypes.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 1b9601c665e..f555d927f7c 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
| @@ -787,6 +787,15 @@ typedef u8 acpi_adr_space_type; | |||
| 787 | #define ACPI_BITREG_MAX 0x13 | 787 | #define ACPI_BITREG_MAX 0x13 |
| 788 | #define ACPI_NUM_BITREG ACPI_BITREG_MAX + 1 | 788 | #define ACPI_NUM_BITREG ACPI_BITREG_MAX + 1 |
| 789 | 789 | ||
| 790 | /* Status register values. A 1 clears a status bit. 0 = no effect */ | ||
| 791 | |||
| 792 | #define ACPI_CLEAR_STATUS 1 | ||
| 793 | |||
| 794 | /* Enable and Control register values */ | ||
| 795 | |||
| 796 | #define ACPI_ENABLE_EVENT 1 | ||
| 797 | #define ACPI_DISABLE_EVENT 0 | ||
| 798 | |||
| 790 | /* | 799 | /* |
| 791 | * External ACPI object definition | 800 | * External ACPI object definition |
| 792 | */ | 801 | */ |
