Searched refs:ACPI_MUL_2 (Results 1 – 3 of 3) sorted by relevance
353 hex_length = ACPI_MUL_2(data_width); in acpi_ex_convert_to_ascii()435 string_length = ACPI_MUL_2(acpi_gbl_integer_byte_width); in acpi_ex_convert_to_string()
310 ACPI_MUL_2 in acpi_ex_do_concatenate()
204 #define ACPI_MUL_2(a) _ACPI_MUL(a, 1) macro