Searched refs:INT_STS_RXE_ (Results 1 – 4 of 4) sorted by relevance
121 #define INT_STS_RXE_ 0x00004000 macro
1048 if (status & INT_STS_RXE_) { in smc911x_interrupt()1049 SMC_ACK_INT(lp, INT_STS_RXE_); in smc911x_interrupt()
381 #define INT_STS_RXE_ (0x00004000) /* R/WC */ macro
1855 if (unlikely(intsts & inten & INT_STS_RXE_)) { in smsc911x_irqhandler()1857 smsc911x_reg_write(pdata, INT_STS, INT_STS_RXE_); in smsc911x_irqhandler()