Home
last modified time | relevance | path

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

/arch/mips/sgi-ip32/
Dip32-setup.c40 static inline unsigned char str2hexnum(unsigned char c) in str2hexnum() function
58 num = str2hexnum(*str++) << 4; in str2eaddr()
59 num |= (str2hexnum(*str++)); in str2eaddr()
/arch/mips/alchemy/common/
Dprom.c80 static inline unsigned char str2hexnum(unsigned char c) in str2hexnum() function
101 num = str2hexnum(*str++) << 4; in str2eaddr()
102 num |= str2hexnum(*str++); in str2eaddr()
/arch/mips/pmcs-msp71xx/
Dmsp_prom.c77 static inline unsigned char str2hexnum(unsigned char c) in str2hexnum() function
98 num |= str2hexnum(*str++); in str2eaddr()
116 value |= str2hexnum(*str++); in str2hex()