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

/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwgpe.c158 ACPI_CLEAR_BIT (EnableMask, RegisterBit);
/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devgpe.c99 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForRun, RegisterBit);
H A Devxfgpe.c572 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactypes.h528 #define ACPI_CLEAR_BIT(target,bit) ((target) &= ~(bit)) macro

Completed in 25 milliseconds