Searched refs:INT_STS_RXSTOP_INT_ (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/smsc/
H A Dsmsc911x.h111 #define INT_STS_RXSTOP_INT_ 0x01000000 macro
H A Dsmc911x.h371 #define INT_STS_RXSTOP_INT_ (0x01000000) /* R/WC */ macro
H A Dsmsc911x.c1834 if (unlikely(intsts & inten & INT_STS_RXSTOP_INT_)) {
1838 smsc911x_reg_write(pdata, INT_STS, INT_STS_RXSTOP_INT_);

Completed in 63 milliseconds