Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dpgm_check_info.c43 *p++ = hex_asc_lo(ilc); in print_pgm_check_info()
62 *p++ = hex_asc_lo(psw->per); in print_pgm_check_info()
64 *p++ = hex_asc_lo(psw->dat); in print_pgm_check_info()
66 *p++ = hex_asc_lo(psw->io); in print_pgm_check_info()
68 *p++ = hex_asc_lo(psw->ext); in print_pgm_check_info()
70 *p++ = hex_asc_lo(psw->key); in print_pgm_check_info()
72 *p++ = hex_asc_lo(psw->mcheck); in print_pgm_check_info()
74 *p++ = hex_asc_lo(psw->wait); in print_pgm_check_info()
76 *p++ = hex_asc_lo(psw->pstate); in print_pgm_check_info()
78 *p++ = hex_asc_lo(psw->as); in print_pgm_check_info()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dbtext.c561 btext_drawchar(hex_asc_lo(v >> 56)); in btext_drawhex()
563 btext_drawchar(hex_asc_lo(v >> 48)); in btext_drawhex()
565 btext_drawchar(hex_asc_lo(v >> 40)); in btext_drawhex()
567 btext_drawchar(hex_asc_lo(v >> 32)); in btext_drawhex()
570 btext_drawchar(hex_asc_lo(v >> 24)); in btext_drawhex()
572 btext_drawchar(hex_asc_lo(v >> 16)); in btext_drawhex()
574 btext_drawchar(hex_asc_lo(v >> 8)); in btext_drawhex()
576 btext_drawchar(hex_asc_lo(v)); in btext_drawhex()
/OK3568_Linux_fs/u-boot/include/
H A Dhexdump.h20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
26 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
/OK3568_Linux_fs/kernel/drivers/pnp/
H A 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()
/OK3568_Linux_fs/kernel/fs/adfs/
H A 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()
/OK3568_Linux_fs/u-boot/lib/
H A Dtiny-printf.c66 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
72 *buf++ = hex_asc_lo(byte); in pack_hex_byte()
H A Dhexdump.c122 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()
/OK3568_Linux_fs/kernel/kernel/debug/
H A Dgdbstub.c167 dbg_io_ops->write_char(hex_asc_lo(checksum)); in put_packet()
1141 buffer[2] = hex_asc_lo(status); in gdbstub_exit()
1154 dbg_io_ops->write_char(hex_asc_lo(checksum)); in gdbstub_exit()
/OK3568_Linux_fs/kernel/lib/
H A Dhexdump.c205 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()
H A Dseq_buf.c242 hex[j++] = hex_asc_lo(data[i]);
H A Dstring_helpers.c432 *out = hex_asc_lo(c); in escape_hex()
H A Dvsprintf.c1196 *buf = hex_asc_lo(addr[i]); in hex_string()
1447 *p++ = hex_asc_lo(hi); in ip6_compressed_string()
1453 *p++ = hex_asc_lo(lo); in ip6_compressed_string()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h617 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
623 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dkgdbts.c706 get_buf[count + 3] = hex_asc_lo(checksum); in fill_get_buf()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c597 hbuffer[k++] = hex_asc_lo(payload->src_hw[j]); in arp_print()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c1368 hbuffer[k++] = hex_asc_lo(n->ha[j]); in arp_format_neigh_entry()