Searched refs:asc_to_int (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dray_cs.c122 static int asc_to_int(char a);
1885 static int asc_to_int(char a) function
1913 if ((k = asc_to_int(in_str[j--])) != -1) out[i] = k;
1917 if ((k = asc_to_int(in_str[j--])) != -1) out[i] += k << 4;

Completed in 104 milliseconds