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

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

Completed in 43 milliseconds