Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h560 #define ISR_GPHY 0x1000 macro
589 ISR_GPHY |\
Datl1e_main.c1301 if (status & ISR_GPHY) in atl1e_intr()
1333 if (status & (ISR_GPHY | ISR_MANUAL)) { in atl1e_intr()
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.h266 #define ISR_GPHY 0x1000 macro
281 ISR_GPHY |\
Datl1.c2511 if (status & ISR_GPHY) /* clear phy status */ in atl1_intr()
2545 if (status & ISR_GPHY) { in atl1_intr()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.h698 #define ISR_GPHY 0x00001000 macro
727 ISR_GPHY |\
Datl1c_main.c1612 if (status & ISR_GPHY) in atl1c_intr()
1646 if (status & (ISR_GPHY | ISR_MANUAL)) { in atl1c_intr()