Searched refs:cvmx_debug_hexchar (Results 1 – 1 of 1) sorted by relevance
399 str[0] = cvmx_debug_hexchar[(t>>4)&0xf]; in cvmx_debug_int8_to_strhex()400 str[1] = cvmx_debug_hexchar[t&0xF]; in cvmx_debug_int8_to_strhex()406 str[0] = cvmx_debug_hexchar[(t>>60)&0xF]; in cvmx_debug_int64_to_strhex()407 str[1] = cvmx_debug_hexchar[(t>>56)&0xF]; in cvmx_debug_int64_to_strhex()408 str[2] = cvmx_debug_hexchar[(t>>52)&0xF]; in cvmx_debug_int64_to_strhex()409 str[3] = cvmx_debug_hexchar[(t>>48)&0xF]; in cvmx_debug_int64_to_strhex()410 str[4] = cvmx_debug_hexchar[(t>>44)&0xF]; in cvmx_debug_int64_to_strhex()411 str[5] = cvmx_debug_hexchar[(t>>40)&0xF]; in cvmx_debug_int64_to_strhex()412 str[6] = cvmx_debug_hexchar[(t>>36)&0xF]; in cvmx_debug_int64_to_strhex()413 str[7] = cvmx_debug_hexchar[(t>>32)&0xF]; in cvmx_debug_int64_to_strhex()[all …]