Searched refs:ACPI_INTEGER_BIT_SIZE (Results 1 – 4 of 4) sorted by relevance
275 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()291 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()299 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32; in acpi_ex_opcode_1A_1T_1R()
293 if (obj_desc->common_field.bit_length >= ACPI_INTEGER_BIT_SIZE) { in acpi_ex_register_overflow()753 ACPI_INTEGER_BIT_SIZE) { in acpi_ex_extract_from_field()918 ACPI_INTEGER_BIT_SIZE) { in acpi_ex_insert_into_field()
310 #define ACPI_MASK_BITS_ABOVE_64(width) ((width) == ACPI_INTEGER_BIT_SIZE ? \313 #define ACPI_MASK_BITS_BELOW_64(width) ((width) == ACPI_INTEGER_BIT_SIZE ? \
448 #define ACPI_INTEGER_BIT_SIZE 64 macro