Searched +full:visconti +full:- +full:dwmac (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: "http://devicetree.org/schemas/net/toshiba,visconti-dwmac.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Toshiba Visconti DWMAC Ethernet controller10 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>17 - toshiba,visconti-dwmac19 - compatible22 - $ref: "snps,dwmac.yaml#"27 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Toshiba Visconti Ethernet Support58 struct visconti_eth *dwmac = priv; in visconti_eth_fix_mac_speed() local59 struct net_device *netdev = dev_get_drvdata(dwmac->dev); in visconti_eth_fix_mac_speed()63 spin_lock_irqsave(&dwmac->lock, flags); in visconti_eth_fix_mac_speed()66 val = readl(dwmac->reg + MAC_CTRL_REG); in visconti_eth_fix_mac_speed()71 if (dwmac->phy_intf_sel == ETHER_CONFIG_INTF_RGMII) in visconti_eth_fix_mac_speed()75 if (dwmac->phy_intf_sel == ETHER_CONFIG_INTF_RGMII) in visconti_eth_fix_mac_speed()77 if (dwmac->phy_intf_sel == ETHER_CONFIG_INTF_RMII) in visconti_eth_fix_mac_speed()82 if (dwmac->phy_intf_sel == ETHER_CONFIG_INTF_RGMII) in visconti_eth_fix_mac_speed()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 tristate "STMicroelectronics Multi-Gigabit Ethernet driver"45 tristate "Support for snps,dwc-qos-ethernet.txt DT binding."50 Support for chips using the snps,dwc-qos-ethernet.txt DT binding.53 tristate "Generic driver for DWMAC"56 Generic DWMAC driver for platforms that don't require any82 tristate "QCA IPQ806x DWMAC support"87 Support for QCA IPQ806X DWMAC Ethernet.92 will behave like standard non-accelerated ethernet interfaces.94 Select the QCOM_SOCINFO config flag to enable specific dwmac[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_STMMAC_ETH) += stmmac.o3 stmmac-objs:= stmmac_main.o stmmac_ethtool.o stmmac_mdio.o ring_mode.o \10 $(stmmac-y)12 stmmac-$(CONFIG_STMMAC_SELFTESTS) += stmmac_selftests.o15 obj-$(CONFIG_STMMAC_PLATFORM) += stmmac-platform.o16 obj-$(CONFIG_DWMAC_ANARION) += dwmac-anarion.o17 obj-$(CONFIG_DWMAC_INGENIC) += dwmac-ingenic.o18 obj-$(CONFIG_DWMAC_IPQ806X) += dwmac-ipq806x.o19 obj-$(CONFIG_DWMAC_LPC18XX) += dwmac-lpc18xx.o[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 * (C) Copyright 2018 - 2020, Toshiba Corporation.10 #include <dt-bindings/clock/toshiba,tmpv770x.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>14 /memreserve/ 0x81000000 0x00300000; /* cpu-release-addr */18 #address-cells = <2>;19 #size-cells = <2>;22 #address-cells = <1>;23 #size-cells = <0>;[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]