ACPICA: Add function to handle PM1 control registers
authorBob Moore <robert.moore@intel.com>
Wed, 18 Feb 2009 06:36:05 +0000 (14:36 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 26 Mar 2009 20:38:26 +0000 (16:38 -0400)
Added acpi_hw_write_pm1_control. This function writes both of the PM1
control registers (A/B). These registers are different than than
the PM1 A/B status and enable registers in that different values
can be written to the A/B registers.  Most notably, the SLP_TYP
bits can be different, as per the values returned from the _Sx
predefined methods.

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>

No differences found