Searched +full:gmii +full:- +full:to +full:- +full:sgmii +full:- +full:converter (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/net/ |
H A D | altr,gmii-to-sgmii-2.0.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/net/altr,gmii-to-sgmii-2.0.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Altera GMII to SGMII Converter 11 - Matthew Gerlach <matthew.gerlach@altera.com> 14 This binding describes the Altera GMII to SGMII converter. 18 const: altr,gmii-to-sgmii-2.0 22 - description: Registers for the emac splitter IP 23 - description: Registers for the GMII to SGMII converter. [all …]
|
H A D | altr,socfpga-stmmac.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/net/altr,socfpga-stmmac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matthew Gerlach <matthew.gerlach@altera.com> 16 # TODO: Determine how to handle the Arria10 reset-name, stmmaceth-ocp, that 24 - altr,socfpga-stmmac 25 - altr,socfpga-stmmac-a10-s10 26 - altr,socfpga-stmmac-agilex5 29 - compatible [all …]
|
H A 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@foss.st.com> 11 - Giuseppe Cavallaro <peppe.cavallaro@st.com> 12 - Jose Abreu <joabreu@synopsys.com> 15 # will be able to report a warning when we have that compatible, since 16 # we will validate the node thanks to the select, but won't report it 23 - snps,dwmac 24 - snps,dwmac-3.40a [all …]
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-socfpga.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Adopted from dwmac-sti.c 7 #include <linux/mfd/altera-sysmgr.h> 13 #include <linux/mdio/mdio-regmap.h> 14 #include <linux/pcs-lynx.h> 68 struct stmmac_priv *priv = netdev_priv(dev_get_drvdata(dwmac->dev)); in socfpga_dwmac_fix_mac_speed() 69 void __iomem *splitter_base = dwmac->splitter_base; in socfpga_dwmac_fix_mac_speed() 70 void __iomem *sgmii_adapter_base = dwmac->sgmii_adapter_base; in socfpga_dwmac_fix_mac_speed() 97 if ((priv->plat->phy_interface == PHY_INTERFACE_MODE_SGMII || in socfpga_dwmac_fix_mac_speed() 98 priv->plat->phy_interface == PHY_INTERFACE_MODE_1000BASEX) && in socfpga_dwmac_fix_mac_speed() [all …]
|
/linux/drivers/net/phy/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 19 Ethernet controllers are usually attached to PHY 35 Adds support for a set of LED trigger events per-PHY. Link 39 logical-or of all the link speed ones. 40 All these triggers are named according to the following pattern: 45 for any speed known to the PHY. 61 Adds the platform "fixed" MDIO Bus to cover the boards that use 62 PHYs that are not connected to the real MDIO bus. 64 Currently tested with mpc866ads and mpc8349e-mitx. 116 - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 7 M: *Mail* patches to: FullName <address@domain> 10 L: *Mailing list* that is relevant to this area 12 Supported: Someone is actually paid to look after this. 14 Odd Fixes: It has a maintainer but they don't have time to do 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra [all …]
|