Home
last modified time | relevance | path

Searched refs:ACPI_INTEGER_MAX (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/acpi/executer/
Dexoparg2.c366 operand[1]->integer.value = ACPI_INTEGER_MAX; in acpi_ex_opcode_2A_1T_1R()
589 return_desc->integer.value = ACPI_INTEGER_MAX; in acpi_ex_opcode_2A_0T_1R()
Dexoparg6.c214 return_desc->integer.value = ACPI_INTEGER_MAX; in acpi_ex_opcode_6A_0T_1R()
Dexoparg1.c389 return_desc->integer.value = ACPI_INTEGER_MAX; in acpi_ex_opcode_1A_1T_1R()
Dexfldio.c566 if (mask != ACPI_INTEGER_MAX) { in acpi_ex_write_with_update_rule()
/linux-2.4.37.9/include/acpi/
Dactypes.h304 #define ACPI_INTEGER_MAX ACPI_UINT32_MAX macro
316 #define ACPI_INTEGER_MAX ACPI_UINT64_MAX macro
Dacmacros.h359 #define ACPI_MASK_BITS_ABOVE(position) (~((ACPI_INTEGER_MAX) << ((u32) (position))))
360 #define ACPI_MASK_BITS_BELOW(position) ((ACPI_INTEGER_MAX) << ((u32) (position)))
/linux-2.4.37.9/drivers/acpi/dispatcher/
Ddsobject.c508 obj_desc->integer.value = ACPI_INTEGER_MAX; in acpi_ds_init_object_from_op()
/linux-2.4.37.9/drivers/acpi/utilities/
Dutmisc.c462 dividend = ACPI_INTEGER_MAX - (acpi_integer) index; in acpi_ut_strtoul64()