Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/varisys/common/
H A Dsys_eeprom.c246 static inline u8 h2i(char p) in h2i() function
277 e.date[i] = h2i(string[2 * i]) << 4 | h2i(string[2 * i + 1]); in set_date()
/rk3399_rockchip-uboot/board/freescale/common/
H A Dsys_eeprom.c262 static inline u8 h2i(char p) in h2i() function
293 e.date[i] = h2i(string[2 * i]) << 4 | h2i(string[2 * i + 1]); in set_date()