Searched refs:RegisterBit (Results 1 – 3 of 3) sorted by relevance
113 UINT32 RegisterBit; in AcpiHwLowSetGpe() local137 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwLowSetGpe()144 if (!(RegisterBit & GpeRegisterInfo->EnableMask)) in AcpiHwLowSetGpe()153 ACPI_SET_BIT (EnableMask, RegisterBit); in AcpiHwLowSetGpe()158 ACPI_CLEAR_BIT (EnableMask, RegisterBit); in AcpiHwLowSetGpe()192 UINT32 RegisterBit; in AcpiHwClearGpe() local209 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwClearGpe()211 Status = AcpiHwWrite (RegisterBit, &GpeRegisterInfo->StatusAddress); in AcpiHwClearGpe()235 UINT32 RegisterBit; in AcpiHwGetGpeStatus() local263 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwGetGpeStatus()[all …]
83 UINT32 RegisterBit; in AcpiEvUpdateGpeEnableMask() local95 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvUpdateGpeEnableMask()99 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForRun, RegisterBit); in AcpiEvUpdateGpeEnableMask()105 ACPI_SET_BIT (GpeRegisterInfo->EnableForRun, (UINT8) RegisterBit); in AcpiEvUpdateGpeEnableMask()
527 UINT32 RegisterBit; in ACPI_EXPORT_SYMBOL() local559 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in ACPI_EXPORT_SYMBOL()567 ACPI_SET_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit); in ACPI_EXPORT_SYMBOL()572 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit); in ACPI_EXPORT_SYMBOL()