Searched refs:hex_asc_hi (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dhex.h9 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
13 *buf++ = hex_asc_hi(byte);
/linux-master/arch/powerpc/kernel/
H A Dbtext.c557 btext_drawchar(hex_asc_hi(v >> 56));
559 btext_drawchar(hex_asc_hi(v >> 48));
561 btext_drawchar(hex_asc_hi(v >> 40));
563 btext_drawchar(hex_asc_hi(v >> 32));
566 btext_drawchar(hex_asc_hi(v >> 24));
568 btext_drawchar(hex_asc_hi(v >> 16));
570 btext_drawchar(hex_asc_hi(v >> 8));
572 btext_drawchar(hex_asc_hi(v));
/linux-master/drivers/pnp/
H A Dsupport.c54 str[3] = hex_asc_hi(id >> 8);
56 str[5] = hex_asc_hi(id);
/linux-master/kernel/debug/
H A Dgdbstub.c163 dbg_io_ops->write_char(hex_asc_hi(checksum));
1137 buffer[1] = hex_asc_hi(status);
1150 dbg_io_ops->write_char(hex_asc_hi(checksum));
/linux-master/lib/
H A Dhexdump.c194 linebuf[lx++] = hex_asc_hi(ch);
H A Dseq_buf.c283 hex[j++] = hex_asc_hi(data[i]);
H A Dstring_helpers.c484 *out = hex_asc_hi(c);
H A Dvsprintf.c1178 *buf = hex_asc_hi(addr[i]);
/linux-master/fs/bcachefs/
H A Dprintbuf.h245 __prt_char_reserved(out, hex_asc_hi(byte));
/linux-master/drivers/misc/
H A Dkgdbts.c715 get_buf[count + 2] = hex_asc_hi(checksum);
/linux-master/net/ipv4/
H A Darp.c1383 hbuffer[k++] = hex_asc_hi(n->ha[j]);

Completed in 200 milliseconds