Home
last modified time | relevance | path

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

/u-boot/board/varisys/common/
A Dsys_eeprom.c248 static inline u8 h2i(char p) in h2i() function
279 e.date[i] = h2i(string[2 * i]) << 4 | h2i(string[2 * i + 1]); in set_date()
/u-boot/board/freescale/common/
A Dsys_eeprom.c327 static inline u8 h2i(char p) in h2i() function
358 e.date[i] = h2i(string[2 * i]) << 4 | h2i(string[2 * i + 1]); in set_date()

Completed in 4 milliseconds