Lines Matching refs:RegisterBit
191 UINT32 RegisterBit; in AcpiEvUpdateGpeEnableMask() local
203 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvUpdateGpeEnableMask()
207 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForRun, RegisterBit); in AcpiEvUpdateGpeEnableMask()
213 ACPI_SET_BIT (GpeRegisterInfo->EnableForRun, (UINT8) RegisterBit); in AcpiEvUpdateGpeEnableMask()
269 UINT32 RegisterBit; in AcpiEvMaskGpe() local
281 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvMaskGpe()
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()
839 UINT32 RegisterBit; in AcpiEvDetectGpe() local
866 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvDetectGpe()
890 (UINT32) (StatusReg & RegisterBit), in AcpiEvDetectGpe()
891 (UINT32) (EnableReg & RegisterBit), in AcpiEvDetectGpe()
896 if (!(EnabledStatusByte & RegisterBit)) in AcpiEvDetectGpe()