Searched refs:IM_RCV_INT (Results 1 – 6 of 6) sorted by relevance
140 #define IM_RCV_INT 0x1 macro238 #define SMC_INTERRUPT_MASK (IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT)
218 #define IM_RCV_INT 0x1 macro1388 if (status & IM_RCV_INT) { in smc_interrupt()1704 outw((IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT) << 8, in smc_reset()
1354 if (status & IM_RCV_INT) { in smc_interrupt()
349 mask = IM_EPH_INT|IM_RX_OVRN_INT|IM_RCV_INT; in smc_enable()1245 } else if (status & IM_RCV_INT) { in smc_interrupt()
674 #define IM_RCV_INT 0x01 // Receive Interrupt macro
571 #define IM_RCV_INT 0x01 /* Receive Interrupt */ macro785 #define SMC_INTERRUPT_MASK (IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT | \