Lines Matching refs:bitout
119 int timeout, bitout, sched, i, kick, start, strobe;
127 bitout = start;
137 bitout--;
140 } while (!(~v & u & 0x10) && (bitout > 0)); /* Wait for first falling edge on clock */
142 if (bitout > 0)
143 bitout = strobe; /* Extend time if not timed out */
145 while ((timeout > 0 || bitout > 0) && (i < length)) {
148 bitout--; /* Decrement timers */
154 if ((~u & v & 0x10) && (bitout > 0)) { /* Rising edge on clock - data bit */
158 bitout = strobe; /* Extend timeout for next bit */
169 bitout = start; /* Long bit timeout */