Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c575 long hexValue; in cvmx_debug_hexToLong() local
580 hexValue = cvmx_debug_hex(**ptr); in cvmx_debug_hexToLong()
581 if (hexValue < 0) in cvmx_debug_hexToLong()
584 *intValue = (*intValue << 4) | hexValue; in cvmx_debug_hexToLong()