Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dhexdump.h23 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
80 dst = hex_byte_pack(dst, *_src++); in bin2hex()
/rk3399_rockchip-uboot/lib/
H A Dvsprintf.c306 p = hex_byte_pack(p, addr[i]); in mac_address_string()
325 p = hex_byte_pack(p, addr[2 * i]); in ip6_addr_string()
326 p = hex_byte_pack(p, addr[2 * i + 1]); in ip6_addr_string()