Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dbtext.c575 btext_drawchar(hex_asc_lo(v >> 56)); in btext_drawhex()
577 btext_drawchar(hex_asc_lo(v >> 48)); in btext_drawhex()
579 btext_drawchar(hex_asc_lo(v >> 40)); in btext_drawhex()
581 btext_drawchar(hex_asc_lo(v >> 32)); in btext_drawhex()
584 btext_drawchar(hex_asc_lo(v >> 24)); in btext_drawhex()
586 btext_drawchar(hex_asc_lo(v >> 16)); in btext_drawhex()
588 btext_drawchar(hex_asc_lo(v >> 8)); in btext_drawhex()
590 btext_drawchar(hex_asc_lo(v)); in btext_drawhex()
/linux-4.1.27/fs/adfs/
Dadfs.h122 *buf++ = hex_asc_lo(filetype >> 8); in append_filetype_suffix()
123 *buf++ = hex_asc_lo(filetype >> 4); in append_filetype_suffix()
124 *buf++ = hex_asc_lo(filetype >> 0); in append_filetype_suffix()
/linux-4.1.27/arch/mn10300/kernel/
Dgdb-stub.c364 gdbstub_io_tx_char(hex_asc_lo(checksum)); in putpacket()
1276 hx = hex_asc_lo(excep >> 8); in gdbstub()
1280 hx = hex_asc_lo(excep); in gdbstub()
1294 hx = hex_asc_lo(bcberr >> 24); in gdbstub()
1298 hx = hex_asc_lo(bcberr >> 16); in gdbstub()
1302 hx = hex_asc_lo(bcberr >> 8); in gdbstub()
1306 hx = hex_asc_lo(bcberr); in gdbstub()
1366 output_buffer[2] = hex_asc_lo(sigval); in gdbstub()
1818 output_buffer[2] = hex_asc_lo(status); in gdbstub_exit()
1833 gdbstub_io_tx_char(hex_asc_lo(checksum)); in gdbstub_exit()
/linux-4.1.27/drivers/pnp/
Dsupport.c55 str[4] = hex_asc_lo(id >> 8); in pnp_eisa_id_to_string()
57 str[6] = hex_asc_lo(id); in pnp_eisa_id_to_string()
/linux-4.1.27/arch/blackfin/kernel/
Dshadow_console.c106 ascii[i] = hex_asc_lo(reg >> 28); in early_shadow_reg()
/linux-4.1.27/arch/frv/kernel/
Dgdb-stub.c384 gdbstub_tx_char(hex_asc_lo(checksum)); in gdbstub_send_packet()
1501 hx = hex_asc_lo(brr >> 24); in gdbstub()
1505 hx = hex_asc_lo(brr >> 16); in gdbstub()
1509 hx = hex_asc_lo(brr >> 8); in gdbstub()
1513 hx = hex_asc_lo(brr); in gdbstub()
1573 output_buffer[2] = hex_asc_lo(sigval); in gdbstub()
2113 gdbstub_tx_char(hex_asc_lo(checksum)); in gdbstub_exit()
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dkgdb.c586 putDebugChar(hex_asc_lo(checksum)); in putpacket()
881 remcomOutBuffer[2] = hex_asc_lo(sigval); in handle_exception()
/linux-4.1.27/kernel/debug/
Dgdbstub.c166 dbg_io_ops->write_char(hex_asc_lo(checksum)); in put_packet()
1127 buffer[2] = hex_asc_lo(status); in gdbstub_exit()
1140 dbg_io_ops->write_char(hex_asc_lo(checksum)); in gdbstub_exit()
/linux-4.1.27/lib/
Dhexdump.c175 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()
Dseq_buf.c234 hex[j++] = hex_asc_lo(data[i]);
Dstring_helpers.c426 *out = hex_asc_lo(c); in escape_hex()
Dvsprintf.c793 *buf = hex_asc_lo(addr[i]); in hex_string()
1038 *p++ = hex_asc_lo(hi); in ip6_compressed_string()
1044 *p++ = hex_asc_lo(lo); in ip6_compressed_string()
/linux-4.1.27/include/linux/
Dkernel.h489 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
495 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dkgdb.c823 putDebugChar(hex_asc_lo(checksum)); in putpacket()
1489 output_buffer[2] = hex_asc_lo(sigval); in handle_exception()
/linux-4.1.27/drivers/isdn/gigaset/
Dcapi.c187 *out++ = toupper(hex_asc_lo(*in)); in decode_ie()
260 dbgline[3 * i + 1] = hex_asc_lo(data[12 + i]); in dump_rawmsg()
281 dbgline[3 * i + 1] = hex_asc_lo(data[i]); in dump_rawmsg()
310 *pout++ = hex_asc_lo(*ie); in format_ie()
Disocdata.c235 dbgline[i++] = hex_asc_lo(c); in dump_bytes()
/linux-4.1.27/drivers/misc/
Dkgdbts.c711 get_buf[count + 3] = hex_asc_lo(checksum); in fill_get_buf()
/linux-4.1.27/net/ipv4/netfilter/
Dipt_CLUSTERIP.c494 hbuffer[k++] = hex_asc_lo(payload->src_hw[j]); in arp_print()
/linux-4.1.27/drivers/isdn/hisax/
Dq931.c1159 *t++ = hex_asc_lo(p[i]); in QuickHex()
/linux-4.1.27/net/ipv4/
Darp.c1269 hbuffer[k++] = hex_asc_lo(n->ha[j]); in arp_format_neigh_entry()
/linux-4.1.27/drivers/net/fddi/skfp/
Dsmt.c1731 string[i * 3 + 1] = hex_asc_lo(addr->a[i]); in addr_to_string()
/linux-4.1.27/drivers/isdn/capi/
Dcapidrv.c1657 PUTBYTE_TO_STATUS(card, hex_asc_lo(*p)); in handle_dtrace_data()