hex_asc_lo        568 arch/powerpc/kernel/btext.c 	btext_drawchar(hex_asc_lo(v >> 56));
hex_asc_lo        570 arch/powerpc/kernel/btext.c 	btext_drawchar(hex_asc_lo(v >> 48));
hex_asc_lo        572 arch/powerpc/kernel/btext.c 	btext_drawchar(hex_asc_lo(v >> 40));
hex_asc_lo        574 arch/powerpc/kernel/btext.c 	btext_drawchar(hex_asc_lo(v >> 32));
hex_asc_lo        577 arch/powerpc/kernel/btext.c 	btext_drawchar(hex_asc_lo(v >> 24));
hex_asc_lo        579 arch/powerpc/kernel/btext.c 	btext_drawchar(hex_asc_lo(v >> 16));
hex_asc_lo        581 arch/powerpc/kernel/btext.c 	btext_drawchar(hex_asc_lo(v >> 8));
hex_asc_lo        583 arch/powerpc/kernel/btext.c 	btext_drawchar(hex_asc_lo(v));
hex_asc_lo         41 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(ilc);
hex_asc_lo         53 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->per);
hex_asc_lo         55 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->dat);
hex_asc_lo         57 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->io);
hex_asc_lo         59 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->ext);
hex_asc_lo         61 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->key);
hex_asc_lo         63 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->mcheck);
hex_asc_lo         65 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->wait);
hex_asc_lo         67 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->pstate);
hex_asc_lo         69 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->as);
hex_asc_lo         71 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->cc);
hex_asc_lo         73 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->pm);
hex_asc_lo         75 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->ri);
hex_asc_lo         77 arch/s390/boot/pgm_check_info.c 	*p++ = hex_asc_lo(psw->eaba);
hex_asc_lo        705 drivers/misc/kgdbts.c 	get_buf[count + 3] = hex_asc_lo(checksum);
hex_asc_lo       1726 drivers/net/fddi/skfp/smt.c 		string[i * 3 + 1] = hex_asc_lo(addr->a[i]);
hex_asc_lo         56 drivers/pnp/support.c 	str[4] = hex_asc_lo(id >> 8);
hex_asc_lo         58 drivers/pnp/support.c 	str[6] = hex_asc_lo(id);
hex_asc_lo        184 drivers/staging/isdn/gigaset/capi.c 		*out++ = toupper(hex_asc_lo(*in));
hex_asc_lo        257 drivers/staging/isdn/gigaset/capi.c 		dbgline[3 * i + 1] = hex_asc_lo(data[12 + i]);
hex_asc_lo        278 drivers/staging/isdn/gigaset/capi.c 			dbgline[3 * i + 1] = hex_asc_lo(data[i]);
hex_asc_lo        307 drivers/staging/isdn/gigaset/capi.c 		*pout++ = hex_asc_lo(*ie);
hex_asc_lo        232 drivers/staging/isdn/gigaset/isocdata.c 		dbgline[i++] = hex_asc_lo(c);
hex_asc_lo         47 fs/adfs/dir.c  			obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8);
hex_asc_lo         48 fs/adfs/dir.c  			obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4);
hex_asc_lo         49 fs/adfs/dir.c  			obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0);
hex_asc_lo        615 include/linux/kernel.h 	*buf++ = hex_asc_lo(byte);
hex_asc_lo        167 kernel/debug/gdbstub.c 		dbg_io_ops->write_char(hex_asc_lo(checksum));
hex_asc_lo       1129 kernel/debug/gdbstub.c 	buffer[2] = hex_asc_lo(status);
hex_asc_lo       1142 kernel/debug/gdbstub.c 	dbg_io_ops->write_char(hex_asc_lo(checksum));
hex_asc_lo        175 lib/hexdump.c  			linebuf[lx++] = hex_asc_lo(ch);
hex_asc_lo        239 lib/seq_buf.c  			hex[j++] = hex_asc_lo(data[i]);
hex_asc_lo        432 lib/string_helpers.c 		*out = hex_asc_lo(c);
hex_asc_lo       1108 lib/vsprintf.c 			*buf = hex_asc_lo(addr[i]);
hex_asc_lo       1359 lib/vsprintf.c 				*p++ = hex_asc_lo(hi);
hex_asc_lo       1365 lib/vsprintf.c 			*p++ = hex_asc_lo(lo);
hex_asc_lo       1357 net/ipv4/arp.c 		hbuffer[k++] = hex_asc_lo(n->ha[j]);
hex_asc_lo        594 net/ipv4/netfilter/ipt_CLUSTERIP.c 		hbuffer[k++] = hex_asc_lo(payload->src_hw[j]);