Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h547 #define ISR_GPHY 0x1000 macro
576 ISR_GPHY |\
Datl1e_main.c1295 if (status & ISR_GPHY) in atl1e_intr()
1327 if (status & (ISR_GPHY | ISR_MANUAL)) { in atl1e_intr()
/linux-6.12.1/drivers/net/ethernet/atheros/atlx/
Datl1.h253 #define ISR_GPHY 0x1000 macro
268 ISR_GPHY |\
Datl1.c2490 if (status & ISR_GPHY) /* clear phy status */ in atl1_intr()
2524 if (status & ISR_GPHY) { in atl1_intr()
/linux-6.12.1/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.h706 #define ISR_GPHY 0x00001000 macro
738 ISR_GPHY |\
Datl1c_main.c1691 if (status & ISR_GPHY) in atl1c_intr()
1718 if (status & (ISR_GPHY | ISR_MANUAL)) { in atl1c_intr()