Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds