Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/sfc/
Dmdio_10g.c42 efx_mdio_write(port, mmd, MDIO_CTRL1, MDIO_CTRL1_RESET); in efx_mdio_reset_mmd()
49 } while (spins && (ctrl & MDIO_CTRL1_RESET)); in efx_mdio_reset_mmd()
96 if (stat & MDIO_CTRL1_RESET) in efx_mdio_wait_reset_mmds()
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c180 MDIO_CTRL1_RESET); in ixgbe_reset_phy_generic()
191 if (!(ctrl & MDIO_CTRL1_RESET)) { in ixgbe_reset_phy_generic()
197 if (ctrl & MDIO_CTRL1_RESET) { in ixgbe_reset_phy_generic()
751 (phy_data | MDIO_CTRL1_RESET)); in ixgbe_reset_phy_nl()
756 if ((phy_data & MDIO_CTRL1_RESET) == 0) in ixgbe_reset_phy_nl()
761 if ((phy_data & MDIO_CTRL1_RESET) != 0) { in ixgbe_reset_phy_nl()
/linux-3.4.99/include/linux/
Dmdio.h76 #define MDIO_CTRL1_RESET BMCR_RESET macro
/linux-3.4.99/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c1194 MDIO_CTRL1_RESET); in ixgb_optics_reset()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c358 MDIO_CTRL1_RESET); in t3_phy_reset()
366 ctl &= MDIO_CTRL1_RESET; in t3_phy_reset()