Lines Matching +full:dwxgmac +full:- +full:2
4 * Copyright (C) 2007-2011 STMicroelectronics Ltd
8 * License version 2. This program is licensed "as is" without any
29 if (pdev->dev.of_node) { in dwmac_generic_probe()
32 dev_err(&pdev->dev, "dt configuration failed\n"); in dwmac_generic_probe()
36 plat_dat = dev_get_platdata(&pdev->dev); in dwmac_generic_probe()
38 dev_err(&pdev->dev, "no platform data provided\n"); in dwmac_generic_probe()
39 return -EINVAL; in dwmac_generic_probe()
43 plat_dat->multicast_filter_bins = HASH_TABLE_SIZE; in dwmac_generic_probe()
46 plat_dat->unicast_filter_entries = 1; in dwmac_generic_probe()
53 { .compatible = "st,spear600-gmac"},
54 { .compatible = "snps,dwmac-3.40a"},
55 { .compatible = "snps,dwmac-3.50a"},
56 { .compatible = "snps,dwmac-3.610"},
57 { .compatible = "snps,dwmac-3.70a"},
58 { .compatible = "snps,dwmac-3.710"},
59 { .compatible = "snps,dwmac-4.00"},
60 { .compatible = "snps,dwmac-4.10a"},
62 { .compatible = "snps,dwxgmac-2.10"},
63 { .compatible = "snps,dwxgmac"},