Home
last modified time | relevance | path

Searched refs:acpi_gbl_integer_byte_width (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/acpi/acpica/
Dexconvrt.c143 if (count > acpi_gbl_integer_byte_width) { in acpi_ex_convert_to_integer()
144 count = acpi_gbl_integer_byte_width; in acpi_ex_convert_to_integer()
222 acpi_ut_create_buffer_object(acpi_gbl_integer_byte_width); in acpi_ex_convert_to_buffer()
232 acpi_gbl_integer_byte_width); in acpi_ex_convert_to_buffer()
432 string_length = ACPI_MUL_2(acpi_gbl_integer_byte_width); in acpi_ex_convert_to_string()
453 acpi_gbl_integer_byte_width); in acpi_ex_convert_to_string()
Dexmisc.c309 (acpi_gbl_integer_byte_width)); in acpi_ex_do_concatenate()
320 acpi_gbl_integer_byte_width); in acpi_ex_do_concatenate()
324 ACPI_MEMCPY(new_buf + acpi_gbl_integer_byte_width, in acpi_ex_do_concatenate()
326 acpi_gbl_integer_byte_width); in acpi_ex_do_concatenate()
Dutmisc.c525 acpi_gbl_integer_byte_width = 4; in acpi_ut_set_integer_width()
531 acpi_gbl_integer_byte_width = 8; in acpi_ut_set_integer_width()
729 u32 mode32 = (acpi_gbl_integer_byte_width == 4); in acpi_ut_strtoul64()
Dexfield.c160 if (length > acpi_gbl_integer_byte_width) { in acpi_ex_read_data_from_field()
177 length = acpi_gbl_integer_byte_width; in acpi_ex_read_data_from_field()
Dexdebug.c135 if (acpi_gbl_integer_byte_width == 4) { in acpi_ex_do_debug_object()
Dexutils.c228 if (acpi_gbl_integer_byte_width == 4) { in acpi_ex_truncate_for32bit_table()
Dacglobal.h212 ACPI_EXTERN u8 acpi_gbl_integer_byte_width; variable
Dexoparg1.c739 value = acpi_gbl_integer_byte_width; in acpi_ex_opcode_1A_0T_1R()