Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.h562 #define ISR_PHY_LINKDOWN 0x10000000 macro
580 ISR_PHY_LINKDOWN|\
H A Datl1e_main.c1138 if (unlikely((intr_status_data & ISR_PHY_LINKDOWN) != 0)) { in atl1e_configure()
1302 if (status & ISR_PHY_LINKDOWN) { in atl1e_intr()
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.h721 #define ISR_PHY_LINKDOWN 0x04000000 macro
740 ISR_PHY_LINKDOWN)
766 ISR_PHY_LINKDOWN)
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datlx.h280 #define ISR_PHY_LINKDOWN 0x10000000 macro
H A Datl2.h184 ISR_PHY_LINKDOWN |\
H A Datl1.h269 ISR_PHY_LINKDOWN|\
H A Datl2.c255 if ((value & ISR_PHY_LINKDOWN) != 0) in atl2_configure()
601 if (status & ISR_PHY_LINKDOWN) { in atl2_intr()
H A Datl1.c1611 if (unlikely((value & ISR_PHY_LINKDOWN) != 0)) in atl1_configure()
2503 if (status & ISR_PHY_LINKDOWN) { in atl1_intr()