Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h100 static inline void fill_hex(char *out, unsigned char val) in fill_hex() function
114 fill_hex(&out[i*2], value[i]); in fill_hex_val()