Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/
Dbtext.c559 btext_drawchar(hex_asc_lo(v >> 56)); in btext_drawhex()
561 btext_drawchar(hex_asc_lo(v >> 48)); in btext_drawhex()
563 btext_drawchar(hex_asc_lo(v >> 40)); in btext_drawhex()
565 btext_drawchar(hex_asc_lo(v >> 32)); in btext_drawhex()
568 btext_drawchar(hex_asc_lo(v >> 24)); in btext_drawhex()
570 btext_drawchar(hex_asc_lo(v >> 16)); in btext_drawhex()
572 btext_drawchar(hex_asc_lo(v >> 8)); in btext_drawhex()
574 btext_drawchar(hex_asc_lo(v)); in btext_drawhex()
/Linux-v5.15/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-v5.15/fs/adfs/
Ddir.c231 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8); in adfs_object_fixup()
232 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4); in adfs_object_fixup()
233 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0); in adfs_object_fixup()
/Linux-v5.15/include/linux/
Dkernel.h259 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
265 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
/Linux-v5.15/kernel/debug/
Dgdbstub.c164 dbg_io_ops->write_char(hex_asc_lo(checksum)); in put_packet()
1138 buffer[2] = hex_asc_lo(status); in gdbstub_exit()
1151 dbg_io_ops->write_char(hex_asc_lo(checksum)); in gdbstub_exit()
/Linux-v5.15/lib/
Dhexdump.c176 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()
Dseq_buf.c242 hex[j++] = hex_asc_lo(data[i]);
Dstring_helpers.c435 *out = hex_asc_lo(c); in escape_hex()
Dvsprintf.c1182 *buf = hex_asc_lo(addr[i]); in hex_string()
1433 *p++ = hex_asc_lo(hi); in ip6_compressed_string()
1439 *p++ = hex_asc_lo(lo); in ip6_compressed_string()
/Linux-v5.15/drivers/misc/
Dkgdbts.c716 get_buf[count + 3] = hex_asc_lo(checksum); in fill_get_buf()
/Linux-v5.15/net/ipv4/netfilter/
Dipt_CLUSTERIP.c627 hbuffer[k++] = hex_asc_lo(payload->src_hw[j]); in arp_print()
/Linux-v5.15/net/ipv4/
Darp.c1363 hbuffer[k++] = hex_asc_lo(n->ha[j]); in arp_format_neigh_entry()