Searched refs:INT_STS_RXE_ (Results 1 – 4 of 4) sorted by relevance
125 #define INT_STS_RXE_ 0x00004000 macro
1043 if (status & INT_STS_RXE_) { in smc911x_interrupt()1044 SMC_ACK_INT(lp, INT_STS_RXE_); in smc911x_interrupt()
359 #define INT_STS_RXE_ (0x00004000) /* R/WC */ macro
1569 if (unlikely(intsts & inten & INT_STS_RXE_)) { in smsc911x_irqhandler()1571 smsc911x_reg_write(pdata, INT_STS, INT_STS_RXE_); in smsc911x_irqhandler()