Home
last modified time | relevance | path

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

/drivers/staging/ced1401/userspace/
Duse1401.c1133 int iRev = 0; in U14MonitorRev() local
1148 iRev = lVals[0]; // This is the minor part of the revision in U14MonitorRev()
1149 iRev += asType1401[hand] * 10000; in U14MonitorRev()
1181 iRev = atoi(pstr2); /* Get the number after point */ in U14MonitorRev()
1183 iRev += (atoi(pstr) * 1000); /* Add first bit * 1000 */ in U14MonitorRev()
1192 iErr = iRev; in U14MonitorRev()