Searched refs:SleepControl (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwesleep.c224 UINT8 SleepControl; local
233 if (!AcpiGbl_FADT.SleepControl.Address ||
259 SleepControl = ((AcpiGbl_SleepTypeA << ACPI_X_SLEEP_TYPE_POSITION) &
269 Status = AcpiOsEnterSleep (SleepState, SleepControl, 0);
279 Status = AcpiWrite ((UINT64) SleepControl, &AcpiGbl_FADT.SleepControl);
330 &AcpiGbl_FADT.SleepControl);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl.h421 ACPI_GENERIC_ADDRESS SleepControl; /* 64-bit Sleep Control register (ACPI 5.0) */ member in struct:acpi_table_fadt
483 /* Values for SleepStatus and SleepControl registers (V5+ FADT) */
573 #define ACPI_FADT_V3_SIZE (UINT32) (ACPI_FADT_OFFSET (SleepControl))

Completed in 38 milliseconds