Searched refs:ACPI_MUL_4 (Results 1 – 4 of 4) sorted by relevance
245 new_object = acpi_ut_create_buffer_object(ACPI_MUL_4(count)); in acpi_ns_convert_to_buffer()
332 acpi_ut_hex_to_ascii_char(integer, ACPI_MUL_4(j)); in acpi_ex_convert_to_ascii()
380 (((u64) temp32) << ACPI_MUL_4(i)); in acpi_ex_opcode_1A_1T_1R()
174 #define ACPI_MUL_4(a) _ACPI_MUL(a, 2) macro