has_gmac4         113 drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c 	plat_dat->has_gmac4 = 1;
has_gmac4         356 drivers/net/ethernet/stmicro/stmmac/dwmac-mediatek.c 	plat_dat->has_gmac4 = 1;
has_gmac4         505 drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c 	plat_dat->has_gmac4 = 1;
has_gmac4         221 drivers/net/ethernet/stmicro/stmmac/hwif.c 	bool needs_gmac4 = priv->plat->has_gmac4;
has_gmac4         263 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c 	if (priv->plat->has_gmac || priv->plat->has_gmac4)
has_gmac4         483 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if (priv->plat->has_gmac4 || priv->plat->has_xgmac)
has_gmac4         527 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	xmac = priv->plat->has_gmac4 || priv->plat->has_xgmac;
has_gmac4         761 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	bool xmac = priv->plat->has_gmac4 || priv->plat->has_xgmac;
has_gmac4        3854 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	xmac = priv->plat->has_gmac4 || priv->plat->has_xgmac;
has_gmac4         170 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c 	if (priv->plat->has_gmac4) {
has_gmac4         226 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c 	if (priv->plat->has_gmac4) {
has_gmac4         301 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c 	if (!priv->plat->has_gmac4)
has_gmac4         119 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 	plat->has_gmac4 = 1;
has_gmac4         384 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 	plat->has_gmac4 = 1;
has_gmac4         511 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 		plat->has_gmac4 = 1;
has_gmac4          66 drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c 	xmac = priv->plat->has_gmac4 || priv->plat->has_xgmac;
has_gmac4         175 include/linux/stmmac.h 	int has_gmac4;