Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h560 #define ISR_GPHY 0x1000 macro
589 ISR_GPHY |\
Datl1e_main.c1307 if (status & ISR_GPHY) in atl1e_intr()
1339 if (status & (ISR_GPHY | ISR_MANUAL)) { in atl1e_intr()
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
Datl1.h266 #define ISR_GPHY 0x1000 macro
281 ISR_GPHY |\
Datl1.c2512 if (status & ISR_GPHY) /* clear phy status */ in atl1_intr()
2546 if (status & ISR_GPHY) { in atl1_intr()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.h698 #define ISR_GPHY 0x00001000 macro
727 ISR_GPHY |\
Datl1c_main.c1609 if (status & ISR_GPHY) in atl1c_intr()
1643 if (status & (ISR_GPHY | ISR_MANUAL)) { in atl1c_intr()