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

/drivers/net/ethernet/smsc/
H A Dsmsc911x.h127 #define INT_STS_TSFL_ 0x00000080 macro
H A Dsmc911x.c1126 if (status & (INT_STS_TSFL_ | INT_STS_GPT_INT_)) {
1132 SMC_ACK_INT(lp, INT_STS_TSFL_);
1133 SMC_ACK_INT(lp, INT_STS_TSFL_ | INT_STS_GPT_INT_);
1136 if (status & INT_STS_TSFL_) {
1139 SMC_ACK_INT(lp, INT_STS_TSFL_);
H A Dsmc911x.h388 #define INT_STS_TSFL_ (0x00000080) /* R/WC */ macro

Completed in 35 milliseconds