Home
last modified time | relevance | path

Searched refs:hex_asc_upper_hi (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dhex.h20 #define hex_asc_upper_hi(x) hex_asc_upper[((x) & 0xf0) >> 4] macro
24 *buf++ = hex_asc_upper_hi(byte); in hex_byte_pack_upper()
/linux/drivers/scsi/
H A Dips.c2352 ha->bios_version[0] = hex_asc_upper_hi(major); in ips_get_bios_version()
2357 ha->bios_version[5] = hex_asc_upper_hi(minor); in ips_get_bios_version()