Searched +full:dwxgmac +full:- +full:2 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Alexandre Torgue <alexandre.torgue@st.com>11 - Giuseppe Cavallaro <peppe.cavallaro@st.com>12 - Jose Abreu <joabreu@synopsys.com>23 - snps,dwmac24 - snps,dwmac-3.50a25 - snps,dwmac-3.61026 - snps,dwmac-3.70a[all …]
4 * Copyright (C) 2007-2011 STMicroelectronics Ltd8 * License version 2. This program is licensed "as is" without any29 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()50 if (plat_dat->init) { in dwmac_generic_probe()[all …]