Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Daml-build.c1324 static uint8_t Hex2Digit(char c) in Hex2Digit() function
1343 Hex2Digit(str[3]) << 12 | in aml_eisaid()
1344 Hex2Digit(str[4]) << 8 | in aml_eisaid()
1345 Hex2Digit(str[5]) << 4 | in aml_eisaid()
1346 Hex2Digit(str[6]); in aml_eisaid()
1560 hi = Hex2Digit(src[0]); in Hex2Byte()
1564 lo = Hex2Digit(src[1]); in Hex2Byte()