Home
last modified time | relevance | path

Searched refs:phy_set_speed (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/phy/
H A Dphy.h256 int phy_set_speed(struct phy *phy, int speed);
387 static inline int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function
/linux/drivers/phy/
H A Dphy-core.c415 int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function
428 EXPORT_SYMBOL_GPL(phy_set_speed);
/linux/drivers/pci/controller/dwc/
H A Dpci-imx6.c916 phy_set_speed(imx_pcie->phy, FIELD_GET(PCI_EXP_LNKCAP_SLS, tmp)); in imx_pcie_ltssm_enable()
929 phy_set_speed(imx_pcie->phy, 0); in imx_pcie_ltssm_disable()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c719 err = phy_set_speed(port->serdes, speed); in sparx5_serdes_set()