Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmsc9420.h231 #define INT_CFG_IRQ_INT_ (0x00080000) macro
Dsmsc911x.h103 #define INT_CFG_IRQ_INT_ 0x00001000 macro
Dsmc911x.c1019 if ((SMC_GET_IRQ_CFG(lp) & (INT_CFG_IRQ_INT_ | INT_CFG_IRQ_EN_)) != in smc911x_interrupt()
1020 (INT_CFG_IRQ_INT_ | INT_CFG_IRQ_EN_)) { in smc911x_interrupt()
Dsmsc9420.c658 if ((int_cfg & (INT_CFG_IRQ_EN_ | INT_CFG_IRQ_INT_)) != in smsc9420_isr()
659 (INT_CFG_IRQ_EN_ | INT_CFG_IRQ_INT_)) in smsc9420_isr()
Dsmc911x.h363 #define INT_CFG_IRQ_INT_ (0x00001000) /* RO */ macro