Searched refs:MDIO_CTRL1_RESET (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/vfio/platform/reset/ |
A D | vfio_platform_amdxgbe.c | 70 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 D | mdio_10g.c | 39 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 D | xgbe-phy-v1.c | 658 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 D | bcm84881.c | 28 val, !(val & MDIO_CTRL1_RESET), in bcm84881_wait_init()
|
A D | marvell10g.c | 337 MDIO_CTRL1_RESET, MDIO_CTRL1_RESET); in mv3310_reset() 343 !(val & MDIO_CTRL1_RESET), in mv3310_reset()
|
/linux/include/uapi/linux/ |
A D | mdio.h | 86 #define MDIO_CTRL1_RESET BMCR_RESET macro
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_phy.c | 425 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 D | pcs-xpcs.c | 226 } 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 D | ixgb_hw.c | 1164 MDIO_CTRL1_RESET); in ixgb_optics_reset()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
A D | serdes.c | 704 new_val = val & ~(MDIO_CTRL1_RESET | in mv88e6390_serdes_power_10g()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | t3_hw.c | 359 MDIO_CTRL1_RESET); in t3_phy_reset() 367 ctl &= MDIO_CTRL1_RESET; in t3_phy_reset()
|
Completed in 55 milliseconds