Searched refs:hexchar (Results 1 – 1 of 1) sorted by relevance
215 char hexchar[] = "0123456789ABCDEF"; in cvmx_debug_uart_strhex() local216 str[0] = hexchar[(t>>4)]; in cvmx_debug_uart_strhex()217 str[1] = hexchar[t&0xF]; in cvmx_debug_uart_strhex()