Home
last modified time | relevance | path

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

/linux/drivers/vfio/platform/reset/
A Dvfio_platform_amdxgbe.c70 pcs_value |= MDIO_CTRL1_RESET; in vfio_platform_amdxgbe_reset()
78 } while ((pcs_value & MDIO_CTRL1_RESET) && --count); in vfio_platform_amdxgbe_reset()
80 if (pcs_value & MDIO_CTRL1_RESET) in vfio_platform_amdxgbe_reset()
/linux/drivers/net/ethernet/sfc/falcon/
A Dmdio_10g.c39 ef4_mdio_write(port, mmd, MDIO_CTRL1, MDIO_CTRL1_RESET); in ef4_mdio_reset_mmd()
46 } while (spins && (ctrl & MDIO_CTRL1_RESET)); in ef4_mdio_reset_mmd()
93 if (stat & MDIO_CTRL1_RESET) in ef4_mdio_wait_reset_mmds()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-phy-v1.c658 reg |= MDIO_CTRL1_RESET; in xgbe_phy_reset()
665 } while ((reg & MDIO_CTRL1_RESET) && --count); in xgbe_phy_reset()
667 if (reg & MDIO_CTRL1_RESET) in xgbe_phy_reset()
/linux/drivers/net/phy/
A Dbcm84881.c28 val, !(val & MDIO_CTRL1_RESET), in bcm84881_wait_init()
A Dmarvell10g.c337 MDIO_CTRL1_RESET, MDIO_CTRL1_RESET); in mv3310_reset()
343 !(val & MDIO_CTRL1_RESET), in mv3310_reset()
/linux/include/uapi/linux/
A Dmdio.h86 #define MDIO_CTRL1_RESET BMCR_RESET macro
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_phy.c425 MDIO_CTRL1_RESET); in ixgbe_reset_phy_generic()
451 if (!(ctrl & MDIO_CTRL1_RESET)) { in ixgbe_reset_phy_generic()
458 if (ctrl & MDIO_CTRL1_RESET) { in ixgbe_reset_phy_generic()
1290 (phy_data | MDIO_CTRL1_RESET)); in ixgbe_reset_phy_nl()
1295 if ((phy_data & MDIO_CTRL1_RESET) == 0) in ixgbe_reset_phy_nl()
1300 if ((phy_data & MDIO_CTRL1_RESET) != 0) { in ixgbe_reset_phy_nl()
/linux/drivers/net/pcs/
A Dpcs-xpcs.c226 } while (ret & MDIO_CTRL1_RESET && --retries); in xpcs_poll_reset()
228 return (ret & MDIO_CTRL1_RESET) ? -ETIMEDOUT : 0; in xpcs_poll_reset()
248 ret = xpcs_write(xpcs, dev, MDIO_CTRL1, MDIO_CTRL1_RESET); in xpcs_soft_reset()
/linux/drivers/net/ethernet/intel/ixgb/
A Dixgb_hw.c1164 MDIO_CTRL1_RESET); in ixgb_optics_reset()
/linux/drivers/net/dsa/mv88e6xxx/
A Dserdes.c704 new_val = val & ~(MDIO_CTRL1_RESET | in mv88e6390_serdes_power_10g()
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dt3_hw.c359 MDIO_CTRL1_RESET); in t3_phy_reset()
367 ctl &= MDIO_CTRL1_RESET; in t3_phy_reset()

Completed in 30 milliseconds