Home
last modified time | relevance | path

Searched refs:hex_str (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/arm/boot/compressed/
Datags_to_fdt.c101 static void hex_str(char *out, uint32_t value) in hex_str() function
203 hex_str(serno, atag->u.serialnr.high); in atags_to_fdt()
204 hex_str(serno+8, atag->u.serialnr.low); in atags_to_fdt()
/Linux-v5.4/drivers/target/
Dtarget_core_transport.c1163 static const char hex_str[] = "0123456789abcdef"; in transport_set_vpd_ident() local
1175 hex_str[vpd->device_identifier_type]; in transport_set_vpd_ident()
1178 hex_str[(page_83[i] & 0xf0) >> 4]; in transport_set_vpd_ident()
1180 hex_str[page_83[i] & 0x0f]; in transport_set_vpd_ident()