Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dbtext.c560 btext_drawchar(hex_asc_hi(v >> 56)); in btext_drawhex()
562 btext_drawchar(hex_asc_hi(v >> 48)); in btext_drawhex()
564 btext_drawchar(hex_asc_hi(v >> 40)); in btext_drawhex()
566 btext_drawchar(hex_asc_hi(v >> 32)); in btext_drawhex()
569 btext_drawchar(hex_asc_hi(v >> 24)); in btext_drawhex()
571 btext_drawchar(hex_asc_hi(v >> 16)); in btext_drawhex()
573 btext_drawchar(hex_asc_hi(v >> 8)); in btext_drawhex()
575 btext_drawchar(hex_asc_hi(v)); in btext_drawhex()
/OK3568_Linux_fs/u-boot/include/
H A Dhexdump.h21 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
25 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dsupport.c55 str[3] = hex_asc_hi(id >> 8); in pnp_eisa_id_to_string()
57 str[5] = hex_asc_hi(id); in pnp_eisa_id_to_string()
/OK3568_Linux_fs/u-boot/lib/
H A Dtiny-printf.c67 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
71 *buf++ = hex_asc_hi(byte); in pack_hex_byte()
H A Dhexdump.c119 linebuf[lx++] = hex_asc_hi(ch); in hex_dump_to_buffer()
/OK3568_Linux_fs/kernel/kernel/debug/
H A Dgdbstub.c166 dbg_io_ops->write_char(hex_asc_hi(checksum)); in put_packet()
1140 buffer[1] = hex_asc_hi(status); in gdbstub_exit()
1153 dbg_io_ops->write_char(hex_asc_hi(checksum)); in gdbstub_exit()
/OK3568_Linux_fs/kernel/lib/
H A Dhexdump.c202 linebuf[lx++] = hex_asc_hi(ch); in hex_dump_to_buffer()
H A Dseq_buf.c241 hex[j++] = hex_asc_hi(data[i]);
H A Dstring_helpers.c429 *out = hex_asc_hi(c); in escape_hex()
H A Dvsprintf.c1193 *buf = hex_asc_hi(addr[i]); in hex_string()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h618 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
622 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dkgdbts.c705 get_buf[count + 2] = hex_asc_hi(checksum); in fill_get_buf()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c596 hbuffer[k++] = hex_asc_hi(payload->src_hw[j]); in arp_print()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c1367 hbuffer[k++] = hex_asc_hi(n->ha[j]); in arp_format_neigh_entry()