Home
last modified time | relevance | path

Searched refs:ISR_PHY_LINKDOWN (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.h575 #define ISR_PHY_LINKDOWN 0x10000000 macro
593 ISR_PHY_LINKDOWN|\
Datl1e_main.c1148 if (unlikely((intr_status_data & ISR_PHY_LINKDOWN) != 0)) { in atl1e_configure()
1308 if (status & ISR_PHY_LINKDOWN) { in atl1e_intr()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.h713 #define ISR_PHY_LINKDOWN 0x04000000 macro
731 ISR_PHY_LINKDOWN)
751 ISR_PHY_LINKDOWN)
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datlx.h293 #define ISR_PHY_LINKDOWN 0x10000000 macro
Datl2.h197 ISR_PHY_LINKDOWN |\
Datl1.h282 ISR_PHY_LINKDOWN|\
Datl2.c274 if ((value & ISR_PHY_LINKDOWN) != 0) in atl2_configure()
621 if (status & ISR_PHY_LINKDOWN) { in atl2_intr()
Datl1.c1632 if (unlikely((value & ISR_PHY_LINKDOWN) != 0)) in atl1_configure()
2522 if (status & ISR_PHY_LINKDOWN) { in atl1_intr()