Home
last modified time | relevance | path

Searched refs:hex_asc_hi (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dbtext.c558 btext_drawchar(hex_asc_hi(v >> 56)); in btext_drawhex()
560 btext_drawchar(hex_asc_hi(v >> 48)); in btext_drawhex()
562 btext_drawchar(hex_asc_hi(v >> 40)); in btext_drawhex()
564 btext_drawchar(hex_asc_hi(v >> 32)); in btext_drawhex()
567 btext_drawchar(hex_asc_hi(v >> 24)); in btext_drawhex()
569 btext_drawchar(hex_asc_hi(v >> 16)); in btext_drawhex()
571 btext_drawchar(hex_asc_hi(v >> 8)); in btext_drawhex()
573 btext_drawchar(hex_asc_hi(v)); in btext_drawhex()
/linux/include/linux/
H A Dhex.h9 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
13 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
/linux/drivers/pnp/
H A Dsupport.c54 str[3] = hex_asc_hi(id >> 8); in pnp_eisa_id_to_string()
56 str[5] = hex_asc_hi(id); in pnp_eisa_id_to_string()
/linux/lib/
H A Dhexdump.c194 linebuf[lx++] = hex_asc_hi(ch); in hex_dump_to_buffer()
H A Dseq_buf.c283 hex[j++] = hex_asc_hi(data[i]);
H A Dstring_helpers.c490 *out = hex_asc_hi(c); in escape_hex()
H A Dvsprintf.c1214 *buf = hex_asc_hi(addr[i]); in hex_string()
/linux/drivers/gpio/
H A Dgpio-macsmc.c92 return _SMC_KEY("gP\0\0") | hex_asc_hi(offset) << 8 | hex_asc_lo(offset); in macsmc_gpio_key()
/linux/drivers/misc/
H A Dkgdbts.c715 get_buf[count + 2] = hex_asc_hi(checksum); in fill_get_buf()
/linux/net/ipv4/
H A Darp.c1434 hbuffer[k++] = hex_asc_hi(n->ha[j]); in arp_format_neigh_entry()