Searched refs:ACPI_INTEGER_BIT_SIZE (Results 1 – 3 of 3) sorted by relevance
320 if (obj_desc->common_field.bit_length >= ACPI_INTEGER_BIT_SIZE) { in acpi_ex_register_overflow()763 ACPI_INTEGER_BIT_SIZE) { in acpi_ex_extract_from_field()880 if (access_bit_width == ACPI_INTEGER_BIT_SIZE) { in acpi_ex_insert_into_field()935 ACPI_INTEGER_BIT_SIZE) { in acpi_ex_insert_into_field()
303 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()319 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()327 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32; in acpi_ex_opcode_1A_1T_1R()
381 #define ACPI_INTEGER_BIT_SIZE 64 macro