Searched refs:fix_soc_reset (Results 1 – 3 of 3) sorted by relevance
52 int (*fix_soc_reset)(void *priv, void __iomem *ioaddr); member 389 dwmac->plat_dat->fix_soc_reset = dwmac->ops->fix_soc_reset; in imx_dwmac_probe() 415 .fix_soc_reset = imx_dwmac_mx93_reset,
102 if (plat && plat->fix_soc_reset) in stmmac_reset() 103 return plat->fix_soc_reset(plat, ioaddr); in stmmac_reset()
567 plat->fix_soc_reset = loongson_dwmac_fix_reset; in loongson_dwmac_probe()