Searched refs:h2i (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/freescale/common/
H A Dsys_eeprom.c322 * h2i - converts hex character into a number
327 static inline u8 h2i(char p) function
358 e.date[i] = h2i(string[2 * i]) << 4 | h2i(string[2 * i + 1]);

Completed in 16 milliseconds