Home
last modified time | relevance | path

Searched refs:hex_asc_upper_lo (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dhex.h19 #define hex_asc_upper_lo(x) hex_asc_upper[((x) & 0x0f)] macro
25 *buf++ = hex_asc_upper_lo(byte); in hex_byte_pack_upper()
/linux/fs/udf/
H A Dunicode.c254 crc[2] = hex_asc_upper_lo(valueCRC >> 8); in udf_name_from_CS0()
256 crc[4] = hex_asc_upper_lo(valueCRC); in udf_name_from_CS0()
/linux/fs/bcachefs/
H A Dprintbuf.h250 __prt_char_reserved(out, hex_asc_upper_lo(byte)); in prt_hex_byte_upper()
/linux/drivers/scsi/
H A Dips.c2353 ha->bios_version[2] = hex_asc_upper_lo(major); in ips_get_bios_version()
2354 ha->bios_version[3] = hex_asc_upper_lo(subminor); in ips_get_bios_version()
2357 ha->bios_version[6] = hex_asc_upper_lo(minor); in ips_get_bios_version()