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

/linux-master/arch/arm/boot/compressed/
H A Datags_to_fdt.c104 static void hex_str(char *out, uint32_t value) function
206 hex_str(serno, atag->u.serialnr.high);
207 hex_str(serno+8, atag->u.serialnr.low);
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c650 char hex_str[128] = {0}; local
651 char *hex_str_ptr = &hex_str[0];
652 uint32_t hex_str_remaining = sizeof(hex_str);
684 hex_str,
/linux-master/drivers/target/
H A Dtarget_core_transport.c1289 static const char hex_str[] = "0123456789abcdef"; local
1301 hex_str[vpd->device_identifier_type];
1304 hex_str[(page_83[i] & 0xf0) >> 4];
1306 hex_str[page_83[i] & 0x0f];

Completed in 214 milliseconds