Searched +full:realtek +full:- +full:smi (Results 1 – 13 of 13) sorted by relevance
/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | realtek.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/dsa/realtek [all...] |
/linux/drivers/net/dsa/realtek/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "Realtek Ethernet switch family support" 10 Select to enable support for Realtek Ethernet switch chips. 19 bool "Realtek MDIO interface support" 26 bool "Realtek SMI interface support" 30 through SMI [all...] |
H A D | realtek-smi.c | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Realtek Simple Management Interface (SMI) driver 5 * The SMI protocol piggy-backs the MDIO MDC and MDIO signals levels 6 * but the protocol is not MDIO at all. Instead it is a Realtek 7 * pecularity that need to bit-bang the lines in a special way to 12 * RTL8366 - Th [all...] |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_NET_DSA_REALTEK) += realtek_dsa.o 3 realtek_dsa-objs := rtl83xx.o 6 realtek_dsa-objs += realtek-mdio.o 10 realtek_dsa-objs += realtek [all...] |
H A D | rtl83xx.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 #include "realtek.h" 11 * rtl83xx_lock() - Locks the mutex used by regmaps 19 * Context: Can sleep. Holds priv->map_lock lock. 26 mutex_lock(&priv->map_lock); in rtl83xx_lock() 31 * rtl83xx_unlock() - Unlocks the mutex used by regmaps 36 * Context: Releases priv->map_lock lock. 43 mutex_unlock(&priv->map_loc in rtl83xx_unlock() [all...] |
H A D | rtl8366-core.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Realtek SMI library helpers for the RTL8366x variants 6 * Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org> 14 #include "realtek.h" 22 for (i = 0; i < priv->num_ports; i++) { in rtl8366_mc_is_used() 25 ret = priv->ops->get_mc_inde in rtl8366_mc_is_used() [all...] |
H A D | rtl8365mb.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Realtek SMI subdriver for the Realtek RTL8365MB-VC ethernet switch. 4 * Copyright (C) 2021 Alvin Šipraga <alsi@bang-olufsen.dk> 5 * Copyright (C) 2021 Michael Rasmussen <mir@bang-olufsen.dk> 7 * The RTL8365MB-V [all...] |
H A D | rtl8366rb.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Realtek SMI subdriver for the Realtek RTL8366RB ethernet switch 9 * Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org> 26 #include "realtek.h" 27 #include "realtek-sm [all...] |
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm47094-asus-rt-ac88u.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 6 /dts-v1/; 8 #include "bcm47094-asus-rt-ac3100.dtsi" 11 compatible = "asus,rt-ac88 [all...] |
/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-dlink-dir-685.dts | 2 * Device Tree file for D-Link DIR-685 Xtreme N Storage Router 5 /dts-v1/; 8 #include <dt-bindings/input/input.h> 11 model = "D-Link DIR-685 Xtreme N Storage Router"; 12 compatible = "dlink,dir-685", "cortina,gemini"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 /* 128 MB SDRAM in 2 x Hynix HY5DU121622DTP-D4 [all...] |
/linux/drivers/net/mdio/ |
H A D | mdio-realtek-rtl9300.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * ethernet-ports property. 68 struct rtl9300_mdio_chan *chan = bus->priv; in rtl9300_mdio_phy_to_port() 72 priv = chan->priv; in rtl9300_mdio_phy_to_port() 74 for_each_set_bit(i, priv->valid_ports, MAX_PORTS) in rtl9300_mdio_phy_to_port() 75 if (priv->smi_bus[i] == chan->mdio_bu in rtl9300_mdio_phy_to_port() [all...] |
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 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 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|
/linux/drivers/pci/ |
H A D | quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * This file contains work-arounds for many known PCI hardware bugs. 5 * should be handled in arch-specific code. 22 #include <linux/isa-dma.h> /* isa_dma_bridge_buggy */ 41 if (test_bit(PCI_LINK_LBMS_SEEN, &dev->priv_flags)) in pcie_lbms_seen() 102 int ret = -ENOTTY; in pcie_failed_link_retrain() 105 !pcie_cap_has_lnkctl2(dev) || !dev->link_active_reporting) in pcie_failed_link_retrain() 112 pci_info(dev, "broken device, retraining non-functiona in pcie_failed_link_retrain() [all...] |