Searched refs:iRxIntType (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
1398 iRxIntType = GetRXStatus(iobase);
1400 IRDA_DEBUG(4, "%s(): iRxIntType %02x: %s %s %s %s %s %s %s\n",
1401 __func__, iRxIntType,
1402 (iRxIntType & 0x80) ? "PHY err." : "",
1403 (iRxIntType & 0x40) ? "CRC err" : "",
1404 (iRxIntType & 0x20) ? "FIFO overr." : "",
1405 (iRxIntType & 0x10) ? "EOF" : "",
1406 (iRxIntType & 0x08) ? "RxData" : "",
1407 (iRxIntType
[all...]
/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
1398 iRxIntType = GetRXStatus(iobase);
1400 IRDA_DEBUG(4, "%s(): iRxIntType %02x: %s %s %s %s %s %s %s\n",
1401 __func__, iRxIntType,
1402 (iRxIntType & 0x80) ? "PHY err." : "",
1403 (iRxIntType & 0x40) ? "CRC err" : "",
1404 (iRxIntType & 0x20) ? "FIFO overr." : "",
1405 (iRxIntType & 0x10) ? "EOF" : "",
1406 (iRxIntType & 0x08) ? "RxData" : "",
1407 (iRxIntType
[all...]

Completed in 62 milliseconds