Searched refs:INT_CFG_IRQ_INT_ (Results 1 – 5 of 5) sorted by relevance
231 #define INT_CFG_IRQ_INT_ (0x00080000) macro
103 #define INT_CFG_IRQ_INT_ 0x00001000 macro
1019 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()
658 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()
363 #define INT_CFG_IRQ_INT_ (0x00001000) /* RO */ macro