Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtiny-printf.c63 static inline char *pack_hex_byte(char *buf, u8 byte) in pack_hex_byte() function
79 p = pack_hex_byte(p, addr[i]); in mac_address_string()