Searched refs:INT_CTL_SW_INT_EN_ (Results 1 – 2 of 2) sorted by relevance
202 #define INT_CTL_SW_INT_EN_ (0x00008000) macro
638 int_ctl &= (~INT_CTL_SW_INT_EN_); in smsc9420_isr()1338 int_ctl = smsc9420_reg_read(pd, INT_CTL) | INT_CTL_SW_INT_EN_; in smsc9420_open()