Searched refs:phy_set_speed (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_phylink.c | 63 phy_set_speed(port->serdes, speed); in lan966x_phylink_mac_link_up()
|
| /linux/include/linux/phy/ |
| A D | phy.h | 240 int phy_set_speed(struct phy *phy, int speed); 380 static inline int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| A D | dwmac-qcom-ethqos.c | 634 phy_set_speed(ethqos->serdes_phy, speed); in ethqos_set_serdes_speed() 725 return phy_set_speed(ethqos->serdes_phy, ethqos->speed); in qcom_ethqos_serdes_powerup()
|
| /linux/drivers/phy/ |
| A D | phy-core.c | 436 int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function 449 EXPORT_SYMBOL_GPL(phy_set_speed);
|
| /linux/drivers/pci/controller/dwc/ |
| A D | pci-imx6.c | 815 phy_set_speed(imx_pcie->phy, FIELD_GET(PCI_EXP_LNKCAP_SLS, tmp)); in imx_pcie_ltssm_enable() 828 phy_set_speed(imx_pcie->phy, 0); in imx_pcie_ltssm_disable()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| A D | sparx5_port.c | 704 err = phy_set_speed(port->serdes, speed); in sparx5_serdes_set()
|
| /linux/drivers/net/ethernet/renesas/ |
| A D | rswitch.c | 1355 phy_set_speed(rdev->serdes, rdev->etha->speed); in rswitch_adjust_link() 1444 return phy_set_speed(rdev->serdes, rdev->etha->speed); in rswitch_serdes_set_params()
|
Completed in 669 milliseconds