Home
last modified time | relevance | path

Searched refs:fix_soc_reset (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-imx.c52 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,
H A Dhwif.c102 if (plat && plat->fix_soc_reset) in stmmac_reset()
103 return plat->fix_soc_reset(plat, ioaddr); in stmmac_reset()
H A Ddwmac-loongson.c567 plat->fix_soc_reset = loongson_dwmac_fix_reset; in loongson_dwmac_probe()