Searched refs:MaskForRun (Results 1 – 3 of 3) sorted by relevance
287 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()
275 if (!(RegisterBit & GpeRegisterInfo->MaskForRun)) in AcpiHwLowSetGpe()385 if (RegisterBit & GpeRegisterInfo->MaskForRun) in AcpiHwGetGpeStatus()579 ~GpeRegisterInfo->MaskForRun; in AcpiHwEnableRuntimeGpeBlock()
680 UINT8 MaskForRun; /* GPEs to keep masked when running */ member