Searched refs:SMC_SET_INT_EN (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
D | smc911x.c | 149 SMC_SET_INT_EN((lp), __mask); \ 157 SMC_SET_INT_EN((lp), __mask); \ 188 SMC_SET_INT_EN(lp, 0); in smc911x_reset() 221 SMC_SET_INT_EN(lp, 0); in smc911x_reset() 323 SMC_SET_INT_EN(lp, 0); in smc911x_shutdown() 1018 SMC_SET_INT_EN(lp, 0); in smc911x_interrupt() 1157 SMC_SET_INT_EN(lp, mask); in smc911x_interrupt() 1714 SMC_SET_INT_EN(lp, INT_EN_SW_INT_EN_); in smc911x_findirq() 1735 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
|