Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Dutprint.c72 static const char acpi_gbl_lower_hex_digits[] = "0123456789abcdef"; variable
150 digits = upper ? acpi_gbl_upper_hex_digits : acpi_gbl_lower_hex_digits; in acpi_ut_put_number()