Searched refs:iHostIntType (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
1344 iHostIntType = GetHostStatus(iobase);
1346 IRDA_DEBUG(4, "%s(): iHostIntType %02x: %s %s %s %02x\n",
1347 __func__, iHostIntType,
1348 (iHostIntType & 0x40) ? "Timer" : "",
1349 (iHostIntType & 0x20) ? "Tx" : "",
1350 (iHostIntType & 0x10) ? "Rx" : "",
1351 (iHostIntType & 0x0e) >> 1);
1353 if ((iHostIntType & 0x40) != 0) { //Timer Event
1373 if ((iHostIntType
[all...]

Completed in 58 milliseconds