Searched refs:iTxIntType (Results 1 - 1 of 1) 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.c1340 u8 iHostIntType, iRxIntType, iTxIntType; local
1374 iTxIntType = GetTXStatus(iobase);
1376 IRDA_DEBUG(4, "%s(): iTxIntType %02x: %s %s %s %s\n",
1377 __func__, iTxIntType,
1378 (iTxIntType & 0x08) ? "FIFO underr." : "",
1379 (iTxIntType & 0x04) ? "EOM" : "",
1380 (iTxIntType & 0x02) ? "FIFO ready" : "",
1381 (iTxIntType & 0x01) ? "Early EOM" : "");
1383 if (iTxIntType & 0x4) {

Completed in 32 milliseconds