Searched refs:acpi_gbl_integer_bit_width (Results 1 – 3 of 3) sorted by relevance
452 if (integer1 >= acpi_gbl_integer_bit_width) { in acpi_ex_do_math_op()463 if (integer1 >= acpi_gbl_integer_bit_width) { in acpi_ex_do_math_op()
523 acpi_gbl_integer_bit_width = 32; in acpi_ut_set_integer_width()529 acpi_gbl_integer_bit_width = 64; in acpi_ut_set_integer_width()
207 ACPI_EXTERN u8 acpi_gbl_integer_bit_width; variable