HomeSort by: relevance | last modified time | path
    Searched refs:ACPI_CLEAR_BIT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evgpe.c 207 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForRun, RegisterBit);
302 ACPI_CLEAR_BIT (GpeRegisterInfo->MaskForRun, (UINT8) RegisterBit);
evxfgpe.c 761 ACPI_CLEAR_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit);
  /src/sys/external/bsd/acpica/dist/hardware/
hwgpe.c 266 ACPI_CLEAR_BIT (EnableMask, RegisterBit);
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 643 #define ACPI_CLEAR_BIT(target,bit) ((target) &= ~(bit))

Completed in 16 milliseconds