Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-meson.c80 plat_dat->fix_mac_speed = meson6_dwmac_fix_mac_speed; in meson6_dwmac_probe()
Ddwmac-sunxi.c155 plat_dat->fix_mac_speed = sun7i_fix_speed; in sun7i_gmac_probe()
Ddwmac-ipq806x.c339 plat_dat->fix_mac_speed = ipq806x_gmac_fix_mac_speed; in ipq806x_gmac_probe()
Ddwmac-socfpga.c344 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed; in socfpga_dwmac_probe()
Ddwmac-sti.c346 plat_dat->fix_mac_speed = data->fix_retime_src; in sti_dwmac_probe()
Ddwmac-dwc-qos-eth.c360 data->fix_mac_speed = tegra_eqos_fix_speed; in tegra_eqos_probe()
Ddwmac-rk.c1413 plat_dat->fix_mac_speed = rk_fix_speed; in rk_gmac_probe()
Dstmmac_main.c335 if (likely(priv->plat->fix_mac_speed)) in stmmac_hw_fix_mac_speed()
336 priv->plat->fix_mac_speed(priv->plat->bsp_priv, phydev->speed); in stmmac_hw_fix_mac_speed()
/Linux-v4.19/include/linux/
Dstmmac.h178 void (*fix_mac_speed)(void *priv, unsigned int speed); member
/Linux-v4.19/Documentation/networking/
Dstmmac.txt135 void (*fix_mac_speed)(void *priv, unsigned int speed);
175 o fix_mac_speed: this callback is used for modifying some syscfg registers
236 .fix_mac_speed = stxYYY_ethernet_fix_mac_speed,