Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/components/hardware/
H A Dhwgpe.c221 UINT32 RegisterBit; in AcpiHwLowSetGpe() local
245 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwLowSetGpe()
252 if (!(RegisterBit & GpeRegisterInfo->EnableMask)) in AcpiHwLowSetGpe()
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
320 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwClearGpe()
322 Status = AcpiHwWrite (RegisterBit, &GpeRegisterInfo->StatusAddress); in AcpiHwClearGpe()
346 UINT32 RegisterBit; in AcpiHwGetGpeStatus() local
[all …]
/src/sys/contrib/dev/acpica/components/events/
H A Devgpe.c191 UINT32 RegisterBit; in AcpiEvUpdateGpeEnableMask() local
203 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvUpdateGpeEnableMask()
207 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForRun, RegisterBit); in AcpiEvUpdateGpeEnableMask()
213 ACPI_SET_BIT (GpeRegisterInfo->EnableForRun, (UINT8) RegisterBit); in AcpiEvUpdateGpeEnableMask()
269 UINT32 RegisterBit; in AcpiEvMaskGpe() local
281 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvMaskGpe()
287 if (RegisterBit & GpeRegisterInfo->MaskForRun) in AcpiEvMaskGpe()
293 ACPI_SET_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit); in AcpiEvMaskGpe()
297 if (!(RegisterBit & GpeRegisterInfo->MaskForRun)) in AcpiEvMaskGpe()
302 ACPI_CLEAR_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit); in AcpiEvMaskGpe()
[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()