Searched defs:ACPI_CLEAR_BIT (Results 1 – 2 of 2) sorted by relevance
491 #define ACPI_CLEAR_BIT(target,bit) ((target) &= ~(bit)) macro