Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/boot/
Dpgm_check_info.c41 *p++ = hex_asc_lo(ilc); in print_pgm_check_info()
53 *p++ = hex_asc_lo(psw->per); in print_pgm_check_info()
55 *p++ = hex_asc_lo(psw->dat); in print_pgm_check_info()
57 *p++ = hex_asc_lo(psw->io); in print_pgm_check_info()
59 *p++ = hex_asc_lo(psw->ext); in print_pgm_check_info()
61 *p++ = hex_asc_lo(psw->key); in print_pgm_check_info()
63 *p++ = hex_asc_lo(psw->mcheck); in print_pgm_check_info()
65 *p++ = hex_asc_lo(psw->wait); in print_pgm_check_info()
67 *p++ = hex_asc_lo(psw->pstate); in print_pgm_check_info()
69 *p++ = hex_asc_lo(psw->as); in print_pgm_check_info()
[all …]
/Linux-v5.4/arch/powerpc/kernel/
Dbtext.c568 btext_drawchar(hex_asc_lo(v >> 56)); in btext_drawhex()
570 btext_drawchar(hex_asc_lo(v >> 48)); in btext_drawhex()
572 btext_drawchar(hex_asc_lo(v >> 40)); in btext_drawhex()
574 btext_drawchar(hex_asc_lo(v >> 32)); in btext_drawhex()
577 btext_drawchar(hex_asc_lo(v >> 24)); in btext_drawhex()
579 btext_drawchar(hex_asc_lo(v >> 16)); in btext_drawhex()
581 btext_drawchar(hex_asc_lo(v >> 8)); in btext_drawhex()
583 btext_drawchar(hex_asc_lo(v)); in btext_drawhex()
/Linux-v5.4/fs/adfs/
Ddir.c47 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8); in adfs_object_fixup()
48 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4); in adfs_object_fixup()
49 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0); in adfs_object_fixup()
/Linux-v5.4/drivers/pnp/
Dsupport.c56 str[4] = hex_asc_lo(id >> 8); in pnp_eisa_id_to_string()
58 str[6] = hex_asc_lo(id); in pnp_eisa_id_to_string()
/Linux-v5.4/kernel/debug/
Dgdbstub.c167 dbg_io_ops->write_char(hex_asc_lo(checksum)); in put_packet()
1129 buffer[2] = hex_asc_lo(status); in gdbstub_exit()
1142 dbg_io_ops->write_char(hex_asc_lo(checksum)); in gdbstub_exit()
/Linux-v5.4/lib/
Dhexdump.c175 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()
Dseq_buf.c239 hex[j++] = hex_asc_lo(data[i]);
Dstring_helpers.c432 *out = hex_asc_lo(c); in escape_hex()
Dvsprintf.c1101 *buf = hex_asc_lo(addr[i]); in hex_string()
1352 *p++ = hex_asc_lo(hi); in ip6_compressed_string()
1358 *p++ = hex_asc_lo(lo); in ip6_compressed_string()
/Linux-v5.4/include/linux/
Dkernel.h609 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
615 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dcapi.c184 *out++ = toupper(hex_asc_lo(*in)); in decode_ie()
257 dbgline[3 * i + 1] = hex_asc_lo(data[12 + i]); in dump_rawmsg()
278 dbgline[3 * i + 1] = hex_asc_lo(data[i]); in dump_rawmsg()
307 *pout++ = hex_asc_lo(*ie); in format_ie()
Disocdata.c232 dbgline[i++] = hex_asc_lo(c); in dump_bytes()
/Linux-v5.4/drivers/misc/
Dkgdbts.c705 get_buf[count + 3] = hex_asc_lo(checksum); in fill_get_buf()
/Linux-v5.4/net/ipv4/netfilter/
Dipt_CLUSTERIP.c594 hbuffer[k++] = hex_asc_lo(payload->src_hw[j]); in arp_print()
/Linux-v5.4/net/ipv4/
Darp.c1357 hbuffer[k++] = hex_asc_lo(n->ha[j]); in arp_format_neigh_entry()
/Linux-v5.4/drivers/net/fddi/skfp/
Dsmt.c1726 string[i * 3 + 1] = hex_asc_lo(addr->a[i]); in addr_to_string()