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

/linux-4.1.27/drivers/pnp/
H A Dsupport.c54 str[3] = hex_asc_hi(id >> 8); pnp_eisa_id_to_string()
56 str[5] = hex_asc_hi(id); pnp_eisa_id_to_string()
/linux-4.1.27/arch/mn10300/kernel/
H A Dgdb-stub.c363 gdbstub_io_tx_char(hex_asc_hi(checksum)); putpacket()
1274 hx = hex_asc_hi(excep >> 8); gdbstub()
1278 hx = hex_asc_hi(excep); gdbstub()
1292 hx = hex_asc_hi(bcberr >> 24); gdbstub()
1296 hx = hex_asc_hi(bcberr >> 16); gdbstub()
1300 hx = hex_asc_hi(bcberr >> 8); gdbstub()
1304 hx = hex_asc_hi(bcberr); gdbstub()
1365 output_buffer[1] = hex_asc_hi(sigval); gdbstub()
1817 output_buffer[1] = hex_asc_hi(status); gdbstub_exit()
1832 gdbstub_io_tx_char(hex_asc_hi(checksum)); gdbstub_exit()
/linux-4.1.27/arch/powerpc/kernel/
H A Dbtext.c574 btext_drawchar(hex_asc_hi(v >> 56)); btext_drawhex()
576 btext_drawchar(hex_asc_hi(v >> 48)); btext_drawhex()
578 btext_drawchar(hex_asc_hi(v >> 40)); btext_drawhex()
580 btext_drawchar(hex_asc_hi(v >> 32)); btext_drawhex()
583 btext_drawchar(hex_asc_hi(v >> 24)); btext_drawhex()
585 btext_drawchar(hex_asc_hi(v >> 16)); btext_drawhex()
587 btext_drawchar(hex_asc_hi(v >> 8)); btext_drawhex()
589 btext_drawchar(hex_asc_hi(v)); btext_drawhex()
/linux-4.1.27/lib/
H A Dhexdump.c174 linebuf[lx++] = hex_asc_hi(ch); hex_dump_to_buffer()
H A Dseq_buf.c233 hex[j++] = hex_asc_hi(data[i]);
H A Dstring_helpers.c423 *out = hex_asc_hi(c); escape_hex()
H A Dvsprintf.c790 *buf = hex_asc_hi(addr[i]); hex_string()
/linux-4.1.27/arch/frv/kernel/
H A Dgdb-stub.c383 gdbstub_tx_char(hex_asc_hi(checksum)); gdbstub_send_packet()
1499 hx = hex_asc_hi(brr >> 24); gdbstub()
1503 hx = hex_asc_hi(brr >> 16); gdbstub()
1507 hx = hex_asc_hi(brr >> 8); gdbstub()
1511 hx = hex_asc_hi(brr); gdbstub()
1572 output_buffer[1] = hex_asc_hi(sigval); gdbstub()
2112 gdbstub_tx_char(hex_asc_hi(checksum)); gdbstub_exit()
/linux-4.1.27/kernel/debug/
H A Dgdbstub.c165 dbg_io_ops->write_char(hex_asc_hi(checksum)); put_packet()
1126 buffer[1] = hex_asc_hi(status); gdbstub_exit()
1139 dbg_io_ops->write_char(hex_asc_hi(checksum)); gdbstub_exit()
/linux-4.1.27/drivers/isdn/gigaset/
H A Dcapi.c186 *out++ = toupper(hex_asc_hi(*++in)); decode_ie()
259 dbgline[3 * i] = hex_asc_hi(data[12 + i]); dump_rawmsg()
280 dbgline[3 * i] = hex_asc_hi(data[i]); dump_rawmsg()
309 *pout++ = hex_asc_hi(*++ie); format_ie()
H A Disocdata.c234 dbgline[i++] = hex_asc_hi(c); dump_bytes()
/linux-4.1.27/include/linux/
H A Dkernel.h490 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
494 *buf++ = hex_asc_hi(byte); hex_byte_pack()
/linux-4.1.27/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c493 hbuffer[k++] = hex_asc_hi(payload->src_hw[j]); arp_print()
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dkgdb.c585 putDebugChar(hex_asc_hi(checksum)); putpacket()
880 remcomOutBuffer[1] = hex_asc_hi(sigval); handle_exception()
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dkgdb.c822 putDebugChar(hex_asc_hi(checksum)); putpacket()
1488 output_buffer[1] = hex_asc_hi(sigval); handle_exception()
/linux-4.1.27/drivers/isdn/hisax/
H A Dq931.c1158 *t++ = hex_asc_hi(p[i]); QuickHex()
/linux-4.1.27/drivers/misc/
H A Dkgdbts.c710 get_buf[count + 2] = hex_asc_hi(checksum); fill_get_buf()
/linux-4.1.27/net/ipv4/
H A Darp.c1268 hbuffer[k++] = hex_asc_hi(n->ha[j]); arp_format_neigh_entry()
/linux-4.1.27/drivers/isdn/capi/
H A Dcapidrv.c1656 PUTBYTE_TO_STATUS(card, hex_asc_hi(*p)); handle_dtrace_data()
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dsmt.c1730 string[i * 3] = hex_asc_hi(addr->a[i]); addr_to_string()

Completed in 1126 milliseconds