Searched refs:SMC_SET_INT_EN (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/smsc/ |
| D | smc911x.c | 152 SMC_SET_INT_EN((lp), __mask); \ 160 SMC_SET_INT_EN((lp), __mask); \ 191 SMC_SET_INT_EN(lp, 0); in smc911x_reset() 224 SMC_SET_INT_EN(lp, 0); in smc911x_reset() 326 SMC_SET_INT_EN(lp, 0); in smc911x_shutdown() 1021 SMC_SET_INT_EN(lp, 0); in smc911x_interrupt() 1160 SMC_SET_INT_EN(lp, mask); in smc911x_interrupt() 1717 SMC_SET_INT_EN(lp, INT_EN_SW_INT_EN_); in smc911x_findirq() 1738 SMC_SET_INT_EN(lp, 0); in smc911x_findirq()
|
| D | smc911x.h | 709 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN ) macro
|