Home
last modified time | relevance | path

Searched refs:ACPI_MUL_2 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dexconvrt.c427 ACPI_MUL_2(acpi_gbl_integer_byte_width) + 2; in acpi_ex_convert_to_string()
434 string_length = ACPI_MUL_2(acpi_gbl_integer_byte_width); in acpi_ex_convert_to_string()
H A Dexconcat.c193 ACPI_MUL_2 in acpi_ex_do_concatenate()
H A Dacmacros.h170 #define ACPI_MUL_2(a) _ACPI_MUL(a, 1) macro