Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/acpica/dist/events/
H A Devgpe.c179 if (RegisterBit & GpeRegisterInfo->MaskForRun) in AcpiEvMaskGpe()
185 ACPI_SET_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit); in AcpiEvMaskGpe()
189 if (!(RegisterBit & GpeRegisterInfo->MaskForRun)) in AcpiEvMaskGpe()
194 ACPI_CLEAR_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit); in AcpiEvMaskGpe()
/netbsd/sys/external/bsd/acpica/dist/hardware/
H A Dhwgpe.c167 if (!(RegisterBit & GpeRegisterInfo->MaskForRun)) in AcpiHwLowSetGpe()
277 if (RegisterBit & GpeRegisterInfo->MaskForRun) in AcpiHwGetGpeStatus()
471 ~GpeRegisterInfo->MaskForRun; in AcpiHwEnableRuntimeGpeBlock()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Daclocal.h572 UINT8 MaskForRun; /* GPEs to keep masked when running */ member