Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/hardware/
H A Dhwgpe.c221 UINT32 RegisterBit; in AcpiHwLowSetGpe() local
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() local
346 UINT32 RegisterBit; in AcpiHwGetGpeStatus() local
378 if (RegisterBit & GpeRegisterInfo->EnableForRun) in AcpiHwGetGpeStatus()
385 if (RegisterBit & GpeRegisterInfo->MaskForRun) in AcpiHwGetGpeStatus()
392 if (RegisterBit & GpeRegisterInfo->EnableForWake) in AcpiHwGetGpeStatus()
405 if (RegisterBit & InByte) in AcpiHwGetGpeStatus()
[all …]
/illumos-gate/usr/src/common/acpica/events/
H A Devgpe.c191 UINT32 RegisterBit; in AcpiEvUpdateGpeEnableMask() local
203 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvUpdateGpeEnableMask()
269 UINT32 RegisterBit; in AcpiEvMaskGpe() local
281 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvMaskGpe()
287 if (RegisterBit & GpeRegisterInfo->MaskForRun) in AcpiEvMaskGpe()
297 if (!(RegisterBit & GpeRegisterInfo->MaskForRun)) in AcpiEvMaskGpe()
832 UINT32 RegisterBit; in AcpiEvDetectGpe() local
850 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvDetectGpe()
874 (UINT32) (StatusReg & RegisterBit), in AcpiEvDetectGpe()
875 (UINT32) (EnableReg & RegisterBit), in AcpiEvDetectGpe()
[all …]
H A Devxfgpe.c716 UINT32 RegisterBit; in ACPI_EXPORT_SYMBOL() local
748 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()