Searched defs:ACPI_SET8 (Results 1 – 2 of 2) sorted by relevance
26 #define ACPI_SET8(ptr, val) (*ACPI_CAST8 (ptr) = (u8) (val)) macro