Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/vfio/platform/reset/
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-5.19.10/drivers/net/ethernet/sfc/falcon/
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-5.19.10/drivers/net/ethernet/amd/xgbe/
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-5.19.10/drivers/net/phy/
Dbcm84881.c28 val, !(val & MDIO_CTRL1_RESET), in bcm84881_wait_init()
Dmarvell10g.c337 MDIO_CTRL1_RESET, MDIO_CTRL1_RESET); in mv3310_reset()
343 !(val & MDIO_CTRL1_RESET), in mv3310_reset()
/linux-5.19.10/drivers/net/pcs/
Dpcs-xpcs.c224 } while (ret & MDIO_CTRL1_RESET && --retries); in xpcs_poll_reset()
226 return (ret & MDIO_CTRL1_RESET) ? -ETIMEDOUT : 0; in xpcs_poll_reset()
246 ret = xpcs_write(xpcs, dev, MDIO_CTRL1, MDIO_CTRL1_RESET); in xpcs_soft_reset()
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/
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-5.19.10/include/uapi/linux/
Dmdio.h99 #define MDIO_CTRL1_RESET BMCR_RESET macro
/linux-5.19.10/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c1164 MDIO_CTRL1_RESET); in ixgb_optics_reset()
/linux-5.19.10/drivers/net/dsa/mv88e6xxx/
Dserdes.c710 new_val = val & ~(MDIO_CTRL1_RESET | in mv88e6390_serdes_power_10g()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c359 MDIO_CTRL1_RESET); in t3_phy_reset()
367 ctl &= MDIO_CTRL1_RESET; in t3_phy_reset()