Home
last modified time | relevance | path

Searched refs:IM_RCV_INT (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h140 #define IM_RCV_INT 0x1 macro
238 #define SMC_INTERRUPT_MASK (IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT)
H A Dsmc91c92_cs.c218 #define IM_RCV_INT 0x1 macro
1388 if (status & IM_RCV_INT) { in smc_interrupt()
1704 outw((IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT) << 8, in smc_reset()
H A Dsmc9194.c1354 if (status & IM_RCV_INT) { in smc_interrupt()
H A Dsmc91x.c350 mask = IM_EPH_INT|IM_RX_OVRN_INT|IM_RCV_INT; in smc_enable()
1246 } else if (status & IM_RCV_INT) { in smc_interrupt()
H A Dsmc91x.h655 #define IM_RCV_INT 0x01 // Receive Interrupt macro