Home
last modified time | relevance | path

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

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