Home
last modified time | relevance | path

Searched refs:RegisterBit (Results 1 – 3 of 3) sorted by relevance

/third_party/lib/acpica/source/components/hardware/
A Dhwgpe.c113 UINT32 RegisterBit; in AcpiHwLowSetGpe() local
137 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() local
235 UINT32 RegisterBit; in AcpiHwGetGpeStatus() local
267 if (RegisterBit & GpeRegisterInfo->EnableForRun) in AcpiHwGetGpeStatus()
274 if (RegisterBit & GpeRegisterInfo->EnableForWake) in AcpiHwGetGpeStatus()
287 if (RegisterBit & InByte) in AcpiHwGetGpeStatus()
[all …]
/third_party/lib/acpica/source/components/events/
A Devgpe.c83 UINT32 RegisterBit; in AcpiEvUpdateGpeEnableMask() local
95 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvUpdateGpeEnableMask()
99 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForRun, RegisterBit); in AcpiEvUpdateGpeEnableMask()
105 ACPI_SET_BIT (GpeRegisterInfo->EnableForRun, (UINT8) RegisterBit); in AcpiEvUpdateGpeEnableMask()
A Devxfgpe.c527 UINT32 RegisterBit; in ACPI_EXPORT_SYMBOL() local
559 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