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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dvia-ircc.h123 unsigned int RxLastCount; member in struct:via_ircc_cb
488 if (wTmp >= self->RxLastCount)
489 ret = wTmp - self->RxLastCount;
491 ret = (0x8000 - self->RxLastCount) + wTmp;
492 self->RxLastCount = wTmp;
H A Dvia-ircc.c1124 self->RxLastCount);
1315 (RxCurCount(iobase, self) != self->RxLastCount)) {
1419 IRDA_DEBUG(4, "%s(): RxIRQ ERR:iRxIntType=%x,HostIntType=%x,CurCount=%x,RxLastCount=%x_____\n",
1422 self->RxLastCount);
1559 self->RxLastCount = 0;

Completed in 35 milliseconds