Home
last modified time | relevance | path

Searched refs:SstValue (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/acpica/components/hardware/
HDhwxfsleep.c459 UINT32 SstValue; in AcpiEnterSleepStatePrep() local
497 SstValue = ACPI_SST_WORKING; in AcpiEnterSleepStatePrep()
504 SstValue = ACPI_SST_SLEEPING; in AcpiEnterSleepStatePrep()
509 SstValue = ACPI_SST_SLEEP_CONTEXT; in AcpiEnterSleepStatePrep()
514 SstValue = ACPI_SST_INDICATOR_OFF; /* Default is off */ in AcpiEnterSleepStatePrep()
522 AcpiHwExecuteSleepMethod (METHOD_PATHNAME__SST, SstValue); in AcpiEnterSleepStatePrep()