Searched refs:fix_mac_speed (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-intel-plat.c25 void (*fix_mac_speed)(void *priv, unsigned int speed, unsigned int mode); member in struct:intel_dwmac_data
63 .fix_mac_speed = kmb_eth_fix_mac_speed,
102 if (dwmac->data->fix_mac_speed)
103 plat_dat->fix_mac_speed = dwmac->data->fix_mac_speed;
H A Ddwmac-imx.c52 void (*fix_mac_speed)(void *priv, unsigned int speed, unsigned int mode); member in struct:imx_dwmac_ops
364 plat_dat->fix_mac_speed = imx_dwmac_fix_speed;
377 if (dwmac->ops->fix_mac_speed)
378 plat_dat->fix_mac_speed = dwmac->ops->fix_mac_speed;
412 .fix_mac_speed = imx93_dwmac_fix_speed,
H A Ddwmac-meson.c68 plat_dat->fix_mac_speed = meson6_dwmac_fix_mac_speed;
H A Ddwmac-sunxi.c147 plat_dat->fix_mac_speed = sun7i_fix_speed;
H A Ddwmac-starfive.c153 plat_dat->fix_mac_speed = starfive_dwmac_fix_mac_speed;
H A Ddwmac-visconti.c235 plat_dat->fix_mac_speed = visconti_eth_fix_mac_speed;
H A Ddwmac-sti.c293 plat_dat->fix_mac_speed = data->fix_retime_src;
H A Ddwmac-ipq806x.c469 plat_dat->fix_mac_speed = ipq806x_gmac_fix_mac_speed;
H A Ddwmac-dwc-qos-eth.c359 data->fix_mac_speed = tegra_eqos_fix_speed;
H A Ddwmac-socfpga.c428 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed;
H A Ddwmac-qcom-ethqos.c835 plat_dat->fix_mac_speed = ethqos_fix_mac_speed;
H A Ddwmac-rk.c1836 plat_dat->fix_mac_speed = rk_fix_speed;
H A Dstmmac_main.c1067 if (priv->plat->fix_mac_speed)
1068 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed, mode);
/linux-master/include/linux/
H A Dstmmac.h275 void (*fix_mac_speed)(void *priv, unsigned int speed, unsigned int mode); member in struct:plat_stmmacenet_data

Completed in 169 milliseconds