Searched defs:ACPI_CAST_PTR (Results 1 – 2 of 2) sorted by relevance
501 #define ACPI_CAST_PTR(t, p) ((t *) (acpi_uintptr_t) (p)) macro