Searched refs:ACPI_ALIGN_RESOURCE_SIZE (Results 1 – 3 of 3) sorted by relevance
315 resource->length = (u32) ACPI_ALIGN_RESOURCE_SIZE (resource->length); in acpi_rs_byte_stream_to_list()316 buffer += ACPI_ALIGN_RESOURCE_SIZE (structure_size); in acpi_rs_byte_stream_to_list()
707 buffer_size += (u32) ACPI_ALIGN_RESOURCE_SIZE (structure_size); in acpi_rs_get_list_length()
1244 #define ACPI_ALIGN_RESOURCE_SIZE(length) (length) macro1246 #define ACPI_ALIGN_RESOURCE_SIZE(length) ACPI_ROUND_UP_TO_NATIVE_WORD(length) macro