Searched defs:ACPI_SET_BIT (Results 1 – 2 of 2) sorted by relevance
490 #define ACPI_SET_BIT(target,bit) ((target) |= (bit)) macro