OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adbSentChars
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/macppc/dev/
adb_direct.c
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 *
[
all
...]
/src/sys/arch/mac68k/dev/
adb_direct.c
254
int
adbSentChars
= 0; /* how many characters we have sent */
503
adbSentChars
= 0;
514
adbSentChars
= 0;
526
ADB_SR() = adbOutputBuffer[
adbSentChars
+ 1];
545
adbSentChars
++;
553
adbSentChars
= 0; /* must start all over */
563
if (adbOutputBuffer[0] ==
adbSentChars
) { /* check for done */
595
ADB_SR() = adbOutputBuffer[
adbSentChars
+ 1]; /* send next byte */
683
adbSentChars
= 0; /* nothing sent yet */
697
ADB_SR() = adbOutputBuffer[
adbSentChars
+ 1]; /* load byte for output *
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025