Home
last modified time | relevance | path

Searched refs:ACPI_SET_BIT (Results 1 – 5 of 5) sorted by relevance

/third_party/lib/acpica/source/components/resources/
A Drsmisc.c529 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8) in AcpiRsConvertResourceToAml()
537 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8) in AcpiRsConvertResourceToAml()
545 ACPI_SET_BIT (*ACPI_CAST8 (Destination), (UINT8) in AcpiRsConvertResourceToAml()
/third_party/lib/acpica/source/components/hardware/
A Dhwgpe.c153 ACPI_SET_BIT (EnableMask, RegisterBit); in AcpiHwLowSetGpe()
/third_party/lib/acpica/source/components/events/
A Devgpe.c105 ACPI_SET_BIT (GpeRegisterInfo->EnableForRun, (UINT8) RegisterBit); in AcpiEvUpdateGpeEnableMask()
A Devxfgpe.c567 ACPI_SET_BIT (GpeRegisterInfo->EnableForWake, (UINT8) RegisterBit); in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/include/acpica/
A Dactypes.h527 #define ACPI_SET_BIT(target,bit) ((target) |= (bit)) macro

Completed in 11 milliseconds