Home
last modified time | relevance | path

Searched refs:ACPI_CLEAR_BIT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A Devgpe.c207 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForRun, RegisterBit); in AcpiEvUpdateGpeEnableMask()
302 ACPI_CLEAR_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit); in AcpiEvMaskGpe()
H A Devxfgpe.c761 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit); in ACPI_EXPORT_SYMBOL()
/dragonfly/sys/contrib/dev/acpica/source/components/hardware/
H A Dhwgpe.c266 ACPI_CLEAR_BIT (EnableMask, RegisterBit); in AcpiHwLowSetGpe()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dactypes.h642 #define ACPI_CLEAR_BIT(target,bit) ((target) &= ~(bit)) macro