Home
last modified time | relevance | path

Searched refs:fix_mac_speed (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-intel-plat.c25 void (*fix_mac_speed)(void *priv, unsigned int speed, unsigned int mode); member
63 .fix_mac_speed = kmb_eth_fix_mac_speed,
105 if (dwmac->data->fix_mac_speed) in intel_eth_plat_probe()
106 plat_dat->fix_mac_speed = dwmac->data->fix_mac_speed; in intel_eth_plat_probe()
H A Ddwmac-imx.c52 void (*fix_mac_speed)(void *priv, unsigned int speed, unsigned int mode); member
361 plat_dat->fix_mac_speed = imx_dwmac_fix_speed; in imx_dwmac_probe()
374 if (dwmac->ops->fix_mac_speed) in imx_dwmac_probe()
375 plat_dat->fix_mac_speed = dwmac->ops->fix_mac_speed; in imx_dwmac_probe()
413 .fix_mac_speed = imx93_dwmac_fix_speed,
H A Ddwmac-meson.c72 plat_dat->fix_mac_speed = meson6_dwmac_fix_mac_speed; in meson6_dwmac_probe()
H A Ddwmac-sunxi.c152 plat_dat->fix_mac_speed = sun7i_fix_speed; in sun7i_gmac_probe()
H A Ddwmac-starfive.c153 plat_dat->fix_mac_speed = starfive_dwmac_fix_mac_speed; in starfive_dwmac_probe()
H A Ddwmac-visconti.c235 plat_dat->fix_mac_speed = visconti_eth_fix_mac_speed; in visconti_eth_dwmac_probe()
H A Ddwmac-sti.c295 plat_dat->fix_mac_speed = data->fix_retime_src; in sti_dwmac_probe()
H A Ddwmac-ipq806x.c471 plat_dat->fix_mac_speed = ipq806x_gmac_fix_mac_speed; in ipq806x_gmac_probe()
H A Ddwmac-dwc-qos-eth.c359 data->fix_mac_speed = tegra_eqos_fix_speed; in tegra_eqos_probe()
H A Ddwmac-socfpga.c430 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed; in socfpga_dwmac_probe()
H A Ddwmac-qcom-ethqos.c831 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
H A Ddwmac-rk.c1836 plat_dat->fix_mac_speed = rk_fix_speed; in rk_gmac_probe()
H A Dstmmac_main.c1067 if (priv->plat->fix_mac_speed) in stmmac_mac_link_up()
1068 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed, mode); in stmmac_mac_link_up()
/openbmc/u-boot/drivers/net/
H A Dgmac_rockchip.c45 int (*fix_mac_speed)(struct dw_eth_dev *priv); member
553 ret = ops->fix_mac_speed(priv); in gmac_rockchip_eth_start()
573 .fix_mac_speed = rk3228_gmac_fix_mac_speed,
578 .fix_mac_speed = rk3288_gmac_fix_mac_speed,
583 .fix_mac_speed = rk3328_gmac_fix_mac_speed,
588 .fix_mac_speed = rk3368_gmac_fix_mac_speed,
593 .fix_mac_speed = rk3399_gmac_fix_mac_speed,
598 .fix_mac_speed = rv1108_set_rmii_speed,
/openbmc/linux/include/linux/
H A Dstmmac.h273 void (*fix_mac_speed)(void *priv, unsigned int speed, unsigned int mode); member
/openbmc/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst437 void (*fix_mac_speed)(void *priv, unsigned int speed);