Searched refs:RegisterBit (Results 1 – 3 of 3) sorted by relevance
221 UINT32 RegisterBit; in AcpiHwLowSetGpe() local245 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwLowSetGpe()252 if (!(RegisterBit & GpeRegisterInfo->EnableMask)) in AcpiHwLowSetGpe()261 ACPI_SET_BIT (EnableMask, RegisterBit); in AcpiHwLowSetGpe()266 ACPI_CLEAR_BIT (EnableMask, RegisterBit); in AcpiHwLowSetGpe()275 if (!(RegisterBit & GpeRegisterInfo->MaskForRun)) in AcpiHwLowSetGpe()303 UINT32 RegisterBit; in AcpiHwClearGpe() local320 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwClearGpe()322 Status = AcpiHwWrite (RegisterBit, &GpeRegisterInfo->StatusAddress); in AcpiHwClearGpe()346 UINT32 RegisterBit; in AcpiHwGetGpeStatus() local[all …]
191 UINT32 RegisterBit; in AcpiEvUpdateGpeEnableMask() local203 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() local281 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()[all …]
716 UINT32 RegisterBit; in ACPI_EXPORT_SYMBOL() local748 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in ACPI_EXPORT_SYMBOL()756 ACPI_SET_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit); in ACPI_EXPORT_SYMBOL()761 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit); in ACPI_EXPORT_SYMBOL()