Searched refs:IM_RCV_INT (Results 1 – 5 of 5) sorted by relevance
140 #define IM_RCV_INT 0x1 macro238 #define SMC_INTERRUPT_MASK (IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT)
217 #define IM_RCV_INT 0x1 macro1385 if (status & IM_RCV_INT) { in smc_interrupt()1700 outw((IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT) << 8, in smc_reset()
1381 if (status & IM_RCV_INT) { in smc_interrupt()
361 mask = IM_EPH_INT|IM_RX_OVRN_INT|IM_RCV_INT; in smc_enable()1256 } else if (status & IM_RCV_INT) { in smc_interrupt()
646 #define IM_RCV_INT 0x01 // Receive Interrupt macro