Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmsc9420.h219 #define INT_CFG_IRQ_INT_ (0x00080000) macro
Dsmsc911x.h107 #define INT_CFG_IRQ_INT_ 0x00001000 macro
Dsmsc9420.c602 if ((int_cfg & (INT_CFG_IRQ_EN_ | INT_CFG_IRQ_INT_)) != in smsc9420_isr()
603 (INT_CFG_IRQ_EN_ | INT_CFG_IRQ_INT_)) in smsc9420_isr()
Dsmc911x.c1014 if ((SMC_GET_IRQ_CFG(lp) & (INT_CFG_IRQ_INT_ | INT_CFG_IRQ_EN_)) != in smc911x_interrupt()
1015 (INT_CFG_IRQ_INT_ | INT_CFG_IRQ_EN_)) { in smc911x_interrupt()
Dsmc911x.h341 #define INT_CFG_IRQ_INT_ (0x00001000) /* RO */ macro