Home | History | Annotate | Download | only in dev

Lines Matching defs:adbSentChars

206 int	adbSentChars = 0;	/* how many characters we have sent */
436 adbSentChars = 0;
447 adbSentChars = 0;
459 write_via_reg(VIA1, vSR, adbOutputBuffer[adbSentChars + 1]);
478 adbSentChars++;
486 adbSentChars = 0; /* must start all over */
496 if (adbOutputBuffer[0] == adbSentChars) { /* check for done */
528 write_via_reg(VIA1, vSR, adbOutputBuffer[adbSentChars + 1]); /* send next byte */
616 adbSentChars = 0; /* nothing sent yet */
630 write_via_reg(VIA1, vSR, adbOutputBuffer[adbSentChars + 1]); /* load byte for output */