Searched refs:ACPI_MOVE_64_TO_16 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/acpi/ |
D | acmacros.h | 182 #define ACPI_MOVE_64_TO_16(d,s) ACPI_MOVE_16_TO_16(d,s) /* Truncate to 16 */ macro 224 #define ACPI_MOVE_64_TO_16(d,s) ACPI_MOVE_16_TO_16(d,s) /* Truncate to 16 */ macro 243 #define ACPI_MOVE_64_TO_16(d,s) ACPI_MOVE_16_TO_16(d,s) /* Truncate to 16 */ macro 276 #define ACPI_MOVE_64_TO_16(d,s) ACPI_MOVE_16_TO_16(d,s) /* Truncate to 16 */ macro 298 #define ACPI_MOVE_SIZE_TO_16(d,s) ACPI_MOVE_64_TO_16(d,s)
|
/linux-2.4.37.9/drivers/acpi/executer/ |
D | exfldio.c | 745 ACPI_MOVE_64_TO_16 (&(((u16 *) buffer)[index]), &merged_datum); in acpi_ex_set_buffer_datum()
|