Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-imx.c52 int (*fix_soc_reset)(void *priv, void __iomem *ioaddr); member
393 dwmac->plat_dat->fix_soc_reset = dwmac->ops->fix_soc_reset; in imx_dwmac_probe()
425 .fix_soc_reset = imx_dwmac_mx93_reset,
H A Dhwif.c101 if (plat && plat->fix_soc_reset) in stmmac_reset()
102 return plat->fix_soc_reset(plat, ioaddr); in stmmac_reset()
H A Ddwmac-loongson.c576 plat->fix_soc_reset = loongson_dwmac_fix_reset; in loongson_dwmac_probe()
/linux-6.15/include/linux/
H A Dstmmac.h239 int (*fix_soc_reset)(void *priv, void __iomem *ioaddr); member