Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/acpica/dist/events/
Devgpe.c287 if (RegisterBit & GpeRegisterInfo->MaskForRun) in AcpiEvMaskGpe()
293 ACPI_SET_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit); in AcpiEvMaskGpe()
297 if (!(RegisterBit & GpeRegisterInfo->MaskForRun)) in AcpiEvMaskGpe()
302 ACPI_CLEAR_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit); in AcpiEvMaskGpe()
/netbsd/src/sys/external/bsd/acpica/dist/hardware/
Dhwgpe.c275 if (!(RegisterBit & GpeRegisterInfo->MaskForRun)) in AcpiHwLowSetGpe()
385 if (RegisterBit & GpeRegisterInfo->MaskForRun) in AcpiHwGetGpeStatus()
579 ~GpeRegisterInfo->MaskForRun; in AcpiHwEnableRuntimeGpeBlock()
/netbsd/src/sys/external/bsd/acpica/dist/include/
Daclocal.h680 UINT8 MaskForRun; /* GPEs to keep masked when running */ member