Searched defs:ACPI_SET32 (Results 1 – 2 of 2) sorted by relevance
28 #define ACPI_SET32(ptr, val) (*ACPI_CAST32 (ptr) = (u32) (val)) macro