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>
This commit is contained in:
@@ -787,6 +787,15 @@ typedef u8 acpi_adr_space_type;
|
||||
#define ACPI_BITREG_MAX 0x13
|
||||
#define ACPI_NUM_BITREG ACPI_BITREG_MAX + 1
|
||||
|
||||
/* Status register values. A 1 clears a status bit. 0 = no effect */
|
||||
|
||||
#define ACPI_CLEAR_STATUS 1
|
||||
|
||||
/* Enable and Control register values */
|
||||
|
||||
#define ACPI_ENABLE_EVENT 1
|
||||
#define ACPI_DISABLE_EVENT 0
|
||||
|
||||
/*
|
||||
* External ACPI object definition
|
||||
*/
|
||||
|
Reference in New Issue
Block a user