Home
last modified time | relevance | path

Searched refs:SMC_SET_INT_EN (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/smsc/
Dsmc911x.c159 SMC_SET_INT_EN((lp), __mask); \
167 SMC_SET_INT_EN((lp), __mask); \
198 SMC_SET_INT_EN(lp, 0); in smc911x_reset()
231 SMC_SET_INT_EN(lp, 0); in smc911x_reset()
333 SMC_SET_INT_EN(lp, 0); in smc911x_shutdown()
1026 SMC_SET_INT_EN(lp, 0); in smc911x_interrupt()
1165 SMC_SET_INT_EN(lp, mask); in smc911x_interrupt()
1724 SMC_SET_INT_EN(lp, INT_EN_SW_INT_EN_); in smc911x_findirq()
1745 SMC_SET_INT_EN(lp, 0); in smc911x_findirq()
Dsmc911x.h731 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN ) macro