Home
last modified time | relevance | path

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

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