Home
last modified time | relevance | path

Searched refs:hex_asc_lo (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dbtext.c560 btext_drawchar(hex_asc_lo(v >> 56)); in btext_drawhex()
562 btext_drawchar(hex_asc_lo(v >> 48)); in btext_drawhex()
564 btext_drawchar(hex_asc_lo(v >> 40)); in btext_drawhex()
566 btext_drawchar(hex_asc_lo(v >> 32)); in btext_drawhex()
569 btext_drawchar(hex_asc_lo(v >> 24)); in btext_drawhex()
571 btext_drawchar(hex_asc_lo(v >> 16)); in btext_drawhex()
573 btext_drawchar(hex_asc_lo(v >> 8)); in btext_drawhex()
575 btext_drawchar(hex_asc_lo(v)); in btext_drawhex()
/linux/include/linux/
H A Dhex.h8 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
14 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
/linux/kernel/debug/
H A Dgdbstub.c166 dbg_io_ops->write_char(hex_asc_lo(checksum)); in put_packet()
1140 buffer[2] = hex_asc_lo(status); in gdbstub_exit()
1153 dbg_io_ops->write_char(hex_asc_lo(checksum)); in gdbstub_exit()
/linux/lib/
H A Dseq_buf.c284 hex[j++] = hex_asc_lo(data[i]);
H A Dstring_helpers.c494 *out = hex_asc_lo(c); in escape_hex()
/linux/net/ipv4/
H A Darp.c1435 hbuffer[k++] = hex_asc_lo(n->ha[j]); in arp_format_neigh_entry()