Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dsmc9194.h145 #define IM_EPH_INT 0x20 macro
238 #define SMC_INTERRUPT_MASK (IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT)
Dsmc9194.c1463 } else if (status & IM_EPH_INT ) { in smc_interrupt()
Dsmc91x.c353 mask = IM_EPH_INT|IM_RX_OVRN_INT|IM_RCV_INT; in smc_enable()
1283 } else if (status & IM_EPH_INT) { in smc_interrupt()
Dsmc91x.h740 #define IM_EPH_INT 0x20 // Set by Ethernet Protocol Handler section macro
/linux-2.6.39/drivers/net/pcmcia/
Dsmc91c92_cs.c224 #define IM_EPH_INT 0x20 macro
1425 if (status & IM_EPH_INT) in smc_interrupt()
1706 outw((IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT) << 8, in smc_reset()