Home
last modified time | relevance | path

Searched refs:ACPI_INTEGER_BIT_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/acpi/acpica/
Dexoparg1.c275 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()
Dexfldio.c293 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()
Dacmacros.h310 #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 ? \
/linux-6.6.21/include/acpi/
Dactypes.h448 #define ACPI_INTEGER_BIT_SIZE 64 macro