Searched +full:dwxgmac +full:- +full:2 (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | snps,dwmac.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 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,dwmac 24 - snps,dwmac-3.50a 25 - snps,dwmac-3.610 26 - snps,dwmac-3.70a [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-generic.c | 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() 50 if (plat_dat->init) { in dwmac_generic_probe() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-generic.c | 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() 50 if (plat_dat->init) { in dwmac_generic_probe() [all …]
|
| D | stmmac_platform.c | 4 Copyright (C) 2007-2011 STMicroelectronics Ltd 8 version 2, as published by the Free Software Foundation. 35 * dwmac1000_validate_mcast_bins - validates the number of Multicast filter bins 65 * dwmac1000_validate_ucast_entries - validate the Unicast address entries 94 * stmmac_axi_setup - parse DT parameters for programming the AXI register 97 * if required, from device-tree the AXI internal register can be tuned 105 np = of_parse_phandle(pdev->dev.of_node, "snps,axi-config", 0); in stmmac_axi_setup() 109 axi = devm_kzalloc(&pdev->dev, sizeof(*axi), GFP_KERNEL); in stmmac_axi_setup() 112 return ERR_PTR(-ENOMEM); in stmmac_axi_setup() 115 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); in stmmac_axi_setup() [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/ |
| D | stmmac.txt | 4 - compatible: Should be "snps,dwmac-<ip_version>", "snps,dwmac" or 5 "snps,dwxgmac-<ip_version>", "snps,dwxgmac". 6 For backwards compatibility: "st,spear600-gmac" is also supported. 7 - reg: Address and length of the register set for the device 8 - interrupts: Should contain the STMMAC interrupts 9 - interrupt-names: Should contain a list of interrupt names corresponding to 12 - "macirq" (combined signal for various interrupt events) 13 - "eth_wake_irq" (the interrupt to manage the remote wake-up packet detection) 14 - "eth_lpi" (the interrupt that occurs when Rx exits the LPI state) 15 - phy-mode: See ethernet.txt file in the same directory. [all …]
|