Home
last modified time | relevance | path

Searched refs:MDIO_CTRL1_RESET (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/vfio/platform/reset/
Dvfio_platform_amdxgbe.c81 pcs_value |= MDIO_CTRL1_RESET; in vfio_platform_amdxgbe_reset()
89 } while ((pcs_value & MDIO_CTRL1_RESET) && --count); in vfio_platform_amdxgbe_reset()
91 if (pcs_value & MDIO_CTRL1_RESET) in vfio_platform_amdxgbe_reset()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dmdio_10g.c42 efx_mdio_write(port, mmd, MDIO_CTRL1, MDIO_CTRL1_RESET); in efx_mdio_reset_mmd()
49 } while (spins && (ctrl & MDIO_CTRL1_RESET)); in efx_mdio_reset_mmd()
96 if (stat & MDIO_CTRL1_RESET) in efx_mdio_wait_reset_mmds()
/linux-4.4.14/include/uapi/linux/
Dmdio.h79 #define MDIO_CTRL1_RESET BMCR_RESET macro
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c471 MDIO_CTRL1_RESET); in ixgbe_reset_phy_generic()
482 if (!(ctrl & MDIO_CTRL1_RESET)) { in ixgbe_reset_phy_generic()
488 if (ctrl & MDIO_CTRL1_RESET) { in ixgbe_reset_phy_generic()
1043 (phy_data | MDIO_CTRL1_RESET)); in ixgbe_reset_phy_nl()
1048 if ((phy_data & MDIO_CTRL1_RESET) == 0) in ixgbe_reset_phy_nl()
1053 if ((phy_data & MDIO_CTRL1_RESET) != 0) { in ixgbe_reset_phy_nl()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-mdio.c1228 reg |= MDIO_CTRL1_RESET; in xgbe_phy_reset()
1235 } while ((reg & MDIO_CTRL1_RESET) && --count); in xgbe_phy_reset()
1237 if (reg & MDIO_CTRL1_RESET) in xgbe_phy_reset()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c1195 MDIO_CTRL1_RESET); in ixgb_optics_reset()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c358 MDIO_CTRL1_RESET); in t3_phy_reset()
366 ctl &= MDIO_CTRL1_RESET; in t3_phy_reset()