Searched refs:ACPI_INTEGER_BIT_SIZE (Results 1 – 3 of 3) sorted by relevance
325 if (obj_desc->common_field.bit_length >= ACPI_INTEGER_BIT_SIZE) { in acpi_ex_register_overflow()783 ACPI_INTEGER_BIT_SIZE) { in acpi_ex_extract_from_field()900 if (access_bit_width == ACPI_INTEGER_BIT_SIZE) { in acpi_ex_insert_into_field()955 ACPI_INTEGER_BIT_SIZE) { in acpi_ex_insert_into_field()
302 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()318 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()326 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32; in acpi_ex_opcode_1A_1T_1R()
472 #define ACPI_INTEGER_BIT_SIZE 64 macro