Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dbtext.c559 btext_drawchar(hex_asc_hi(v >> 56)); in btext_drawhex()
561 btext_drawchar(hex_asc_hi(v >> 48)); in btext_drawhex()
563 btext_drawchar(hex_asc_hi(v >> 40)); in btext_drawhex()
565 btext_drawchar(hex_asc_hi(v >> 32)); in btext_drawhex()
568 btext_drawchar(hex_asc_hi(v >> 24)); in btext_drawhex()
570 btext_drawchar(hex_asc_hi(v >> 16)); in btext_drawhex()
572 btext_drawchar(hex_asc_hi(v >> 8)); in btext_drawhex()
574 btext_drawchar(hex_asc_hi(v)); in btext_drawhex()
/linux-6.3-rc2/drivers/pnp/
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-6.3-rc2/include/linux/
A Dkernel.h268 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
272 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
/linux-6.3-rc2/kernel/debug/
A Dgdbstub.c163 dbg_io_ops->write_char(hex_asc_hi(checksum)); in put_packet()
1137 buffer[1] = hex_asc_hi(status); in gdbstub_exit()
1150 dbg_io_ops->write_char(hex_asc_hi(checksum)); in gdbstub_exit()
/linux-6.3-rc2/lib/
A Dhexdump.c194 linebuf[lx++] = hex_asc_hi(ch); in hex_dump_to_buffer()
A Dseq_buf.c241 hex[j++] = hex_asc_hi(data[i]);
A Dstring_helpers.c477 *out = hex_asc_hi(c); in escape_hex()
A Dvsprintf.c1176 *buf = hex_asc_hi(addr[i]); in hex_string()
/linux-6.3-rc2/drivers/misc/
A Dkgdbts.c715 get_buf[count + 2] = hex_asc_hi(checksum); in fill_get_buf()
/linux-6.3-rc2/net/ipv4/
A Darp.c1382 hbuffer[k++] = hex_asc_hi(n->ha[j]); in arp_format_neigh_entry()

Completed in 21 milliseconds