Searched refs:acpi_gbl_integer_bit_width (Results 1 – 3 of 3) sorted by relevance
453 if (integer1 >= acpi_gbl_integer_bit_width) { in acpi_ex_do_math_op()464 if (integer1 >= acpi_gbl_integer_bit_width) { in acpi_ex_do_math_op()
495 acpi_gbl_integer_bit_width = 32; in acpi_ut_set_integer_width()501 acpi_gbl_integer_bit_width = 64; in acpi_ut_set_integer_width()
161 ACPI_EXTERN u8 acpi_gbl_integer_bit_width; variable