Home
last modified time | relevance | path

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

/u-boot/tools/
A Dgen_ethaddr_crc.c19 uint8_t nibble_to_hex(const char *nibble, bool lo) in nibble_to_hex() function
36 ethaddr[i >> 1] |= nibble_to_hex(nibble, (i % 2) != 0); in process_mac()

Completed in 3 milliseconds