Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-orion5x/
Dtsx09-common.c52 static int __init qnap_tsx09_parse_hex_nibble(char n) in qnap_tsx09_parse_hex_nibble() function
71 hi = qnap_tsx09_parse_hex_nibble(b[0]); in qnap_tsx09_parse_hex_byte()
72 lo = qnap_tsx09_parse_hex_nibble(b[1]); in qnap_tsx09_parse_hex_byte()