Home
last modified time | relevance | path

Searched refs:ISR_GPHY (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/net/atl1e/
Datl1e_hw.h560 #define ISR_GPHY 0x1000 macro
589 ISR_GPHY |\
Datl1e_main.c1264 if (status & ISR_GPHY) in atl1e_intr()
1296 if (status & (ISR_GPHY | ISR_MANUAL)) { in atl1e_intr()
/linux-2.6.39/drivers/net/atl1c/
Datl1c_hw.h650 #define ISR_GPHY 0x00001000 macro
679 ISR_GPHY |\
Datl1c_main.c1668 if (status & ISR_GPHY) in atl1c_intr()
1702 if (status & (ISR_GPHY | ISR_MANUAL)) { in atl1c_intr()
/linux-2.6.39/drivers/net/atlx/
Datl1.h266 #define ISR_GPHY 0x1000 macro
281 ISR_GPHY |\
Datl1.c2464 if (status & ISR_GPHY) /* clear phy status */ in atl1_intr()
2498 if (status & ISR_GPHY) { in atl1_intr()