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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 117 milliseconds