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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dsidewinder.c139 int timeout, bitout, sched, i, kick, start, strobe; local
147 bitout = start;
157 bitout--;
160 } while (!(~v & u & 0x10) && (bitout > 0)); /* Wait for first falling edge on clock */
162 if (bitout > 0)
163 bitout = strobe; /* Extend time if not timed out */
165 while ((timeout > 0 || bitout > 0) && (i < length)) {
168 bitout--; /* Decrement timers */
174 if ((~u & v & 0x10) && (bitout > 0)) { /* Rising edge on clock - data bit */
178 bitout
[all...]

Completed in 33 milliseconds