Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-orion5x/
Dtsx09-common.c56 static int __init qnap_tsx09_parse_hex_nibble(char n) in qnap_tsx09_parse_hex_nibble() function
75 hi = qnap_tsx09_parse_hex_nibble(b[0]); in qnap_tsx09_parse_hex_byte()
76 lo = qnap_tsx09_parse_hex_nibble(b[1]); in qnap_tsx09_parse_hex_byte()