Searched defs:RegisterBit (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devxfgpe.c527 UINT32 RegisterBit; local
559 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo);
567 ACPI_SET_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit);
572 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit);
H A Devgpe.c83 UINT32 RegisterBit; local
95 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo);
99 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForRun, RegisterBit);
105 ACPI_SET_BIT (GpeRegisterInfo->EnableForRun, (UINT8) RegisterBit);
/illumos-gate/usr/src/uts/intel/io/acpica/hardware/
H A Dhwgpe.c113 UINT32 RegisterBit; local
137 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo);
144 if (!(RegisterBit & GpeRegisterInfo->EnableMask))
153 ACPI_SET_BIT (EnableMask, RegisterBit);
158 ACPI_CLEAR_BIT (EnableMask, RegisterBit);
192 UINT32 RegisterBit; local
209 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo);
211 Status = AcpiHwWrite (RegisterBit, &GpeRegisterInfo->StatusAddress);
235 UINT32 RegisterBit; local
263 RegisterBit
[all...]

Completed in 69 milliseconds