Searched refs:hex_str (Results 1 – 3 of 3) sorted by relevance
103 static void hex_str(char *out, uint32_t value) in hex_str() function205 hex_str(serno, atag->u.serialnr.high); in atags_to_fdt()206 hex_str(serno+8, atag->u.serialnr.low); in atags_to_fdt()
638 char hex_str[128] = {0}; in dce_aux_log_payload() local639 char *hex_str_ptr = &hex_str[0]; in dce_aux_log_payload()640 uint32_t hex_str_remaining = sizeof(hex_str); in dce_aux_log_payload()672 hex_str, in dce_aux_log_payload()
1240 static const char hex_str[] = "0123456789abcdef"; in transport_set_vpd_ident() local1252 hex_str[vpd->device_identifier_type]; in transport_set_vpd_ident()1255 hex_str[(page_83[i] & 0xf0) >> 4]; in transport_set_vpd_ident()1257 hex_str[page_83[i] & 0x0f]; in transport_set_vpd_ident()