Home
last modified time | relevance | path

Searched refs:mdio_reset (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v2.c368 enum xgbe_mdio_reset mdio_reset; member
2716 if (phy_data->mdio_reset == XGBE_MDIO_RESET_I2C_GPIO) in xgbe_phy_mdio_reset()
2718 else if (phy_data->mdio_reset == XGBE_MDIO_RESET_INT_GPIO) in xgbe_phy_mdio_reset()
2757 phy_data->mdio_reset = XP_GET_BITS(pdata->pp3, XP_PROP_3, MDIO_RESET); in xgbe_phy_mdio_reset_setup()
2758 switch (phy_data->mdio_reset) { in xgbe_phy_mdio_reset_setup()
2765 phy_data->mdio_reset); in xgbe_phy_mdio_reset_setup()
2769 if (phy_data->mdio_reset == XGBE_MDIO_RESET_I2C_GPIO) { in xgbe_phy_mdio_reset_setup()
2775 } else if (phy_data->mdio_reset == XGBE_MDIO_RESET_INT_GPIO) { in xgbe_phy_mdio_reset_setup()
/Linux-v4.19/drivers/net/ethernet/sis/
Dsis900.c868 static void mdio_reset(struct sis900_private *sp) in mdio_reset() function
900 mdio_reset(sp); in mdio_read()
945 mdio_reset(sp); in mdio_write()