#include "acpi.h"
#include "accommon.h"
#include "acevents.h"
Go to the source code of this file.
Defines |
| #define | __HWREGS_C__ |
| #define | _COMPONENT ACPI_HARDWARE |
Functions |
| static ACPI_STATUS | AcpiHwReadMultiple (UINT32 *Value, ACPI_GENERIC_ADDRESS *RegisterA, ACPI_GENERIC_ADDRESS *RegisterB) |
| static ACPI_STATUS | AcpiHwWriteMultiple (UINT32 Value, ACPI_GENERIC_ADDRESS *RegisterA, ACPI_GENERIC_ADDRESS *RegisterB) |
| ACPI_STATUS | AcpiHwValidateRegister (ACPI_GENERIC_ADDRESS *Reg, UINT8 MaxBitWidth, UINT64 *Address) |
| ACPI_STATUS | AcpiHwRead (UINT32 *Value, ACPI_GENERIC_ADDRESS *Reg) |
| ACPI_STATUS | AcpiHwWrite (UINT32 Value, ACPI_GENERIC_ADDRESS *Reg) |
| ACPI_STATUS | AcpiHwClearAcpiStatus (void) |
| ACPI_BIT_REGISTER_INFO * | AcpiHwGetBitRegisterInfo (UINT32 RegisterId) |
| ACPI_STATUS | AcpiHwWritePm1Control (UINT32 Pm1aControl, UINT32 Pm1bControl) |
| ACPI_STATUS | AcpiHwRegisterRead (UINT32 RegisterId, UINT32 *ReturnValue) |
| ACPI_STATUS | AcpiHwRegisterWrite (UINT32 RegisterId, UINT32 Value) |