Searched defs:dns323_parse_hex_nibble (Results 1 - 1 of 1) sorted by relevance

/arch/arm/mach-orion5x/
H A Ddns323-setup.c179 static int __init dns323_parse_hex_nibble(char n) function
198 hi = dns323_parse_hex_nibble(b[0]);
199 lo = dns323_parse_hex_nibble(b[1]);

Completed in 7 milliseconds