Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-meson.c72 plat_dat->fix_mac_speed = meson6_dwmac_fix_mac_speed; in meson6_dwmac_probe()
Ddwmac-sunxi.c148 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-sti.c342 plat_dat->fix_mac_speed = data->fix_retime_src; in sti_dwmac_probe()
Ddwmac-socfpga.c423 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed; in socfpga_dwmac_probe()
Ddwmac-dwc-qos-eth.c357 data->fix_mac_speed = tegra_eqos_fix_speed; in tegra_eqos_probe()
Ddwmac-qcom-ethqos.c490 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
Ddwmac-rk.c1404 plat_dat->fix_mac_speed = rk_fix_speed; in rk_gmac_probe()
Dstmmac_main.c920 if (priv->plat->fix_mac_speed) in stmmac_mac_config()
921 priv->plat->fix_mac_speed(priv->plat->bsp_priv, state->speed); in stmmac_mac_config()
/Linux-v5.4/include/linux/
Dstmmac.h162 void (*fix_mac_speed)(void *priv, unsigned int speed); member
/Linux-v5.4/Documentation/networking/device_drivers/stmicro/
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,