Home
last modified time | relevance | path

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

/original-bsd/sys/pmax/dev/
H A Dfbreg.h122 char byteCount; /* mouse report byte count */ member
H A Ddc.c508 mrp->byteCount++;
514 if (mrp->byteCount > 1)
515 mrp->byteCount = 1;
516 } else if (mrp->byteCount == 2) {
521 } else if (mrp->byteCount == 3) {
526 mrp->byteCount = 0;
H A Dscc.c686 mrp->byteCount++;
692 if (mrp->byteCount > 1)
693 mrp->byteCount = 1;
694 } else if (mrp->byteCount == 2) {
699 } else if (mrp->byteCount == 3) {
704 mrp->byteCount = 0;