Searched refs:iRxIntType (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
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 48 milliseconds