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

/netbsd-current/sys/external/bsd/acpica/dist/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);
167 if (!(RegisterBit & GpeRegisterInfo->MaskForRun))
195 UINT32 RegisterBit; local
212 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo);
214 Status = AcpiHwWrite (RegisterBit, &GpeRegisterInfo->StatusAddress);
238 UINT32 RegisterBit; local
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/events/
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);
161 UINT32 RegisterBit; local
173 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo);
179 if (RegisterBit & GpeRegisterInfo->MaskForRun)
185 ACPI_SET_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit);
189 if (!(RegisterBit & GpeRegisterInfo->MaskForRun))
194 ACPI_CLEAR_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit);
731 UINT32 RegisterBit; local
[all...]
H A Devxfgpe.c608 UINT32 RegisterBit; local
640 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo);
648 ACPI_SET_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit);
653 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit);

Completed in 136 milliseconds