Searched refs:ACPI_ROUND_UP_TO_NATIVE_WORD (Results 1 – 6 of 6) sorted by relevance
147 *buffer_space_used = ACPI_ROUND_UP_TO_NATIVE_WORD((acpi_size) in acpi_ut_copy_isimple_to_esimple()162 ACPI_ROUND_UP_TO_NATIVE_WORD(internal_object->string. in acpi_ut_copy_isimple_to_esimple()296 object_space = ACPI_ROUND_UP_TO_NATIVE_WORD((acpi_size) in acpi_ut_copy_ielement_to_eelement()350 info.length = ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()352 buffer + ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()366 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()368 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()420 ACPI_ROUND_UP_TO_NATIVE_WORD in acpi_ut_copy_iobject_to_eobject()
474 *obj_length = ACPI_ROUND_UP_TO_NATIVE_WORD(length); in acpi_ut_get_simple_object_size()527 length += ACPI_ROUND_UP_TO_NATIVE_WORD(size); in acpi_ut_get_simple_object_size()563 *obj_length = ACPI_ROUND_UP_TO_NATIVE_WORD(length); in acpi_ut_get_simple_object_size()663 info.length += ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)) * in acpi_ut_get_package_object_size()
169 return ((u32) ACPI_ROUND_UP_TO_NATIVE_WORD(string_length)); in acpi_rs_stream_option_length()569 buffer_size = (u32)ACPI_ROUND_UP_TO_NATIVE_WORD(buffer_size); in acpi_rs_get_list_length()
369 total_length = (u32)ACPI_ROUND_UP_TO_NATIVE_WORD(total_length); in acpi_rs_get_resource_source()
449 (u32) ACPI_ROUND_UP_TO_NATIVE_WORD(resource->length); in acpi_rs_convert_aml_to_resource()
250 #define ACPI_ROUND_UP_TO_NATIVE_WORD(a) ACPI_ROUND_UP(a, sizeof(acpi_size)) macro