Searched refs:fifocnt (Results 1 - 3 of 3) sorted by relevance

/drivers/net/irda/
H A Dvlsi_ir.c773 int fifocnt; local
808 fifocnt = inw(iobase+VLSI_PIO_RCVBCNT) & RCVBCNT_MASK;
809 if (fifocnt != 0) {
810 IRDA_DEBUG(0, "%s: rx fifo not empty(%d)\n", __func__, fifocnt);
1028 int fifocnt; local
1030 fifocnt = inw(ndev->base_addr+VLSI_PIO_RCVBCNT) & RCVBCNT_MASK;
1031 if (fifocnt != 0) {
1032 IRDA_DEBUG(0, "%s: rx fifo not empty(%d)\n", __func__, fifocnt);
1105 int fifocnt; local
1107 fifocnt
1409 u16 fifocnt; local
[all...]
/drivers/tty/serial/
H A Dlantiq.c160 unsigned int ch = 0, rsr = 0, fifocnt; local
166 fifocnt =
168 while (fifocnt--) {
/drivers/scsi/
H A Ddc395x.c1218 dprintkl(KERN_INFO, "dump: SCSI{status=0x%04x fifocnt=0x%02x "
1235 dprintkl(KERN_INFO, "dump: DMA{cmd=0x%04x fifocnt=0x%02x fstat=0x%02x "
1261 u8 fifocnt = DC395x_read8(acb, TRM_S1040_SCSI_FIFOCNT); local
1262 if (!(fifocnt & 0x40))
1265 fifocnt & 0x3f, lines, txt);
2059 "DMA{fifocnt=0x%02x fifostat=0x%02x} "
2060 "SCSI{fifocnt=0x%02x cnt=0x%06x status=0x%04x} total=0x%06x\n",
2090 "SCSI{fifocnt=0x%02x cnt=0x%08x} "
2091 "DMA{fifocnt=0x%04x cnt=0x%02x ctr=0x%08x}\n",
2236 "DMA{fifocnt
[all...]

Completed in 59 milliseconds