Lines Matching defs:plat
57 if (priv->plat->enh_desc) {
92 struct plat_stmmacenet_data *plat = priv ? priv->plat : NULL;
97 if (plat && plat->fix_soc_reset)
98 return plat->fix_soc_reset(plat, ioaddr);
272 bool needs_xgmac = priv->plat->has_xgmac;
273 bool needs_gmac4 = priv->plat->has_gmac4;
274 bool needs_gmac = priv->plat->has_gmac;
301 if (priv->plat->setup) {
302 mac = priv->plat->setup(priv);