Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dkgdb.c200 hexToInt(char **ptr, int *intValue) in hexToInt() function
426 if (hexToInt(&ptr, &addr) in handle_exception()
428 && hexToInt(&ptr, &length)) { in handle_exception()
438 if (hexToInt(&ptr, &addr) in handle_exception()
440 && hexToInt(&ptr, &length) in handle_exception()
463 if (hexToInt(&ptr, &addr)) { in handle_exception()
477 if (hexToInt(&ptr, &addr)) { in handle_exception()
498 if (hexToInt(&ptr, &addr) in handle_exception()