Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/platform/reset/
H 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()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H 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()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H 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()
/openbmc/u-boot/include/linux/
H A Dmdio.h79 #define MDIO_CTRL1_RESET BMCR_RESET macro
/openbmc/linux/drivers/net/phy/
H A Dbcm84881.c28 val, !(val & MDIO_CTRL1_RESET), in bcm84881_wait_init()
H A Dmarvell10g.c351 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 Dixgbe_phy.c423 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 Dmdio.h103 #define MDIO_CTRL1_RESET BMCR_RESET macro
/openbmc/linux/drivers/net/pcs/
H A Dpcs-xpcs.c275 } 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 Deth_p4080.c115 if ((reg & MDIO_CTRL1_RESET) == 0) in board_phy_config()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dpcs-639x.c387 MDIO_CTRL1_RESET | MDIO_PCS_CTRL1_LOOPBACK | in mv88e639x_xg_pcs_enable()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c359 MDIO_CTRL1_RESET); in t3_phy_reset()
367 ctl &= MDIO_CTRL1_RESET; in t3_phy_reset()