Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/events/
H A Devgpe.c427 GpeRegisterInfo->EnableForWake)) in AcpiEvGpeDetect()
435 GpeRegisterInfo->EnableForWake)); in AcpiEvGpeDetect()
462 GpeRegisterInfo->EnableForWake)); in AcpiEvGpeDetect()
H A Devxfgpe.c567 ACPI_SET_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit); in ACPI_EXPORT_SYMBOL()
572 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit); in ACPI_EXPORT_SYMBOL()
/titanic_50/usr/src/uts/intel/io/acpica/hardware/
H A Dhwgpe.c274 if (RegisterBit & GpeRegisterInfo->EnableForWake) in AcpiHwGetGpeStatus()
506 Status = AcpiHwGpeEnableWrite (GpeRegisterInfo->EnableForWake, in AcpiHwEnableWakeupGpeBlock()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Daclocal.h568 UINT8 EnableForWake; /* GPEs to keep enabled when sleeping */ member