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

/drivers/net/irda/
H A Dvia-ircc.c1311 u8 iHostIntType, iRxIntType, iTxIntType; local
1315 iHostIntType = GetHostStatus(iobase);
1317 IRDA_DEBUG(4, "%s(): iHostIntType %02x: %s %s %s %02x\n",
1318 __func__, iHostIntType,
1319 (iHostIntType & 0x40) ? "Timer" : "",
1320 (iHostIntType & 0x20) ? "Tx" : "",
1321 (iHostIntType & 0x10) ? "Rx" : "",
1322 (iHostIntType & 0x0e) >> 1);
1324 if ((iHostIntType & 0x40) != 0) { //Timer Event
1344 if ((iHostIntType
[all...]

Completed in 12 milliseconds