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

/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmsc911x.h116 #define INT_STS_GPT_INT_ 0x00080000 macro
H A Dsmc911x.c1126 if (status & (INT_STS_TSFL_ | INT_STS_GPT_INT_)) { smc911x_interrupt()
1133 SMC_ACK_INT(lp, INT_STS_TSFL_ | INT_STS_GPT_INT_); smc911x_interrupt()
1142 if (status & INT_STS_GPT_INT_) { smc911x_interrupt()
1152 SMC_ACK_INT(lp, INT_STS_GPT_INT_); smc911x_interrupt()
H A Dsmc911x.h376 #define INT_STS_GPT_INT_ (0x00080000) /* R/WC */ macro

Completed in 62 milliseconds