Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/acpica/hardware/
H 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
209 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwClearGpe()
211 Status = AcpiHwWrite (RegisterBit, &GpeRegisterInfo->StatusAddress); in AcpiHwClearGpe()
235 UINT32 RegisterBit; in AcpiHwGetGpeStatus() local
263 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwGetGpeStatus()
[all …]
/titanic_44/usr/src/uts/intel/io/acpica/events/
H 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()
H 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()