Home
last modified time | relevance | path

Searched refs:stmmac_res (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-meson.c50 struct stmmac_resources stmmac_res; in meson6_dwmac_probe() local
54 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in meson6_dwmac_probe()
58 plat_dat = devm_stmmac_probe_config_dt(pdev, stmmac_res.mac); in meson6_dwmac_probe()
73 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson6_dwmac_probe()
H A Ddwmac-rk.c1784 struct stmmac_resources stmmac_res; in rk_gmac_probe() local
1794 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in rk_gmac_probe()
1798 plat_dat = devm_stmmac_probe_config_dt(pdev, stmmac_res.mac); in rk_gmac_probe()
1826 return devm_stmmac_pltfr_probe(pdev, plat_dat, &stmmac_res); in rk_gmac_probe()