Searched refs:ACPI_ROUND_UP_TO_NATIVE_WORD (Results 1 – 7 of 7) sorted by relevance
113 *buffer_space_used = ACPI_ROUND_UP_TO_NATIVE_WORD((acpi_size) in acpi_ut_copy_isimple_to_esimple()128 ACPI_ROUND_UP_TO_NATIVE_WORD(internal_object->string. in acpi_ut_copy_isimple_to_esimple()262 object_space = ACPI_ROUND_UP_TO_NATIVE_WORD((acpi_size) in acpi_ut_copy_ielement_to_eelement()316 info.length = ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()318 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()332 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()334 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)); in acpi_ut_copy_ipackage_to_epackage()386 ACPI_ROUND_UP_TO_NATIVE_WORD in acpi_ut_copy_iobject_to_eobject()
444 *obj_length = ACPI_ROUND_UP_TO_NATIVE_WORD(length); in acpi_ut_get_simple_object_size()502 length += ACPI_ROUND_UP_TO_NATIVE_WORD(size); in acpi_ut_get_simple_object_size()538 *obj_length = ACPI_ROUND_UP_TO_NATIVE_WORD(length); in acpi_ut_get_simple_object_size()640 ACPI_ROUND_UP_TO_NATIVE_WORD(sizeof(union acpi_object)) * in acpi_ut_get_package_object_size()
134 return ((u32) ACPI_ROUND_UP_TO_NATIVE_WORD(string_length)); in acpi_rs_stream_option_length()707 buffer_size = (u32)ACPI_ROUND_UP_TO_NATIVE_WORD(buffer_size); in acpi_rs_get_list_length()
333 total_length = (u32)ACPI_ROUND_UP_TO_NATIVE_WORD(total_length); in acpi_rs_get_resource_source()
425 ACPI_ROUND_UP_TO_NATIVE_WORD(resource->length); in acpi_rs_convert_aml_to_resource()
216 #define ACPI_ROUND_UP_TO_NATIVE_WORD(a) ACPI_ROUND_UP(a, sizeof(acpi_size)) macro
689 #define ACPI_RS_SIZE_MIN (u32) ACPI_ROUND_UP_TO_NATIVE_WORD (12)