Searched refs:MDIO_CTRL1_RESET (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/vfio/platform/reset/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H 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()
|
/openbmc/u-boot/include/linux/ |
H A D | mdio.h | 79 #define MDIO_CTRL1_RESET BMCR_RESET macro
|
/openbmc/linux/drivers/net/phy/ |
H A D | bcm84881.c | 28 val, !(val & MDIO_CTRL1_RESET), in bcm84881_wait_init()
|
H A D | marvell10g.c | 351 MDIO_CTRL1_RESET, MDIO_CTRL1_RESET); in mv3310_reset() 357 !(val & MDIO_CTRL1_RESET), in mv3310_reset()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 423 MDIO_CTRL1_RESET); in ixgbe_reset_phy_generic() 449 if (!(ctrl & MDIO_CTRL1_RESET)) { in ixgbe_reset_phy_generic() 456 if (ctrl & MDIO_CTRL1_RESET) { in ixgbe_reset_phy_generic() 1419 (phy_data | MDIO_CTRL1_RESET)); in ixgbe_reset_phy_nl() 1424 if ((phy_data & MDIO_CTRL1_RESET) == 0) in ixgbe_reset_phy_nl() 1429 if ((phy_data & MDIO_CTRL1_RESET) != 0) { in ixgbe_reset_phy_nl()
|
/openbmc/linux/include/uapi/linux/ |
H A D | mdio.h | 103 #define MDIO_CTRL1_RESET BMCR_RESET macro
|
/openbmc/linux/drivers/net/pcs/ |
H A D | pcs-xpcs.c | 275 } while (ret & MDIO_CTRL1_RESET && --retries); in xpcs_poll_reset() 277 return (ret & MDIO_CTRL1_RESET) ? -ETIMEDOUT : 0; in xpcs_poll_reset() 299 ret = xpcs_write(xpcs, dev, MDIO_CTRL1, MDIO_CTRL1_RESET); in xpcs_soft_reset()
|
/openbmc/u-boot/board/freescale/corenet_ds/ |
H A D | eth_p4080.c | 115 if ((reg & MDIO_CTRL1_RESET) == 0) in board_phy_config()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | pcs-639x.c | 387 MDIO_CTRL1_RESET | MDIO_PCS_CTRL1_LOOPBACK | in mv88e639x_xg_pcs_enable()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 359 MDIO_CTRL1_RESET); in t3_phy_reset() 367 ctl &= MDIO_CTRL1_RESET; in t3_phy_reset()
|