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() local235 UINT32 RegisterBit; in AcpiHwGetGpeStatus() local267 if (RegisterBit & GpeRegisterInfo->EnableForRun) in AcpiHwGetGpeStatus()274 if (RegisterBit & GpeRegisterInfo->EnableForWake) in AcpiHwGetGpeStatus()287 if (RegisterBit & InByte) 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()
Completed in 6 milliseconds