Searched refs:hex_length (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
H A Dexconvrt.c292 u32 hex_length; acpi_ex_convert_to_ascii() local
350 /* hex_length: 2 ascii hex chars per data byte */ acpi_ex_convert_to_ascii()
352 hex_length = ACPI_MUL_2(data_width); acpi_ex_convert_to_ascii()
353 for (i = 0, j = (hex_length - 1); i < hex_length; i++, j--) { acpi_ex_convert_to_ascii()

Completed in 134 milliseconds