Searched +full:vsc7514 +full:- +full:switch (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | mscc,vsc7514-switch.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/net/mscc,vsc7514-switch.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip VSC7514 Ethernet switch controller 10 - Vladimir Oltean <vladimir.oltean@nxp.com> 11 - Claudiu Manoil <claudiu.manoil@nxp.com> 12 - Alexandre Belloni <alexandre.belloni@bootlin.com> 15 Bindings for the Microchip VSC7514 switch driver 17 The VSC7514 switch driver handles up to 11 ports and can inject/extract [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | mscc,vsc7514-serdes.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/mscc,vsc7514-serdes.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 11 - UNGLinuxDriver@microchip.com 15 space for setting up the SerDes to switch port muxing. 17 A SerDes X can be "muxed" to work with switch port Y or Z for example. 23 half/full-duplex and 1000Mbps in full-duplex mode while SERDES6G supports 24 10/100Mbps in half/full-duplex and 1000/2500Mbps in full-duplex mode. [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | mscc,ocelot.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Ocelot Externally-Controlled Ethernet Switch 10 - Colin Foster <colin.foster@in-advantage.com> 13 The Ocelot ethernet switch family contains chips that have an internal CPU 14 (VSC7513, VSC7514) and chips that don't (VSC7511, VSC7512). All switches have 18 The switch family is a multi-port networking switch that supports many 25 - mscc,vsc7512 30 "#address-cells": [all …]
|
/linux-6.12.1/drivers/net/ethernet/mscc/ |
D | Kconfig | 1 # SPDX-License-Identifier: (GPL-2.0 OR MIT) 27 tristate "Ocelot switch driver" 36 This driver supports the Ocelot network switch device as present on 37 the Ocelot SoCs (VSC7514).
|
D | ocelot_vsc7514.c | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Microsemi Ocelot Switch driver 33 ocelot->map = vsc7514_regmap; in ocelot_chip_init() 34 ocelot->num_mact_rows = 1024; in ocelot_chip_init() 35 ocelot->ops = ops; in ocelot_chip_init() 43 eth_random_addr(ocelot->base_mac); in ocelot_chip_init() 44 ocelot->base_mac[5] &= 0xf0; in ocelot_chip_init() 63 skb->dev->stats.rx_bytes += skb->len; in ocelot_xtr_irq_handler() 64 skb->dev->stats.rx_packets++; in ocelot_xtr_irq_handler() 89 { .compatible = "mscc,vsc7514-switch" }, [all …]
|
D | ocelot.c | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Microsemi Ocelot Switch driver 30 /* Caller must hold &ocelot->mact_lock */ 36 /* Caller must hold &ocelot->mact_lock */ 48 /* Caller must hold &ocelot->mact_lock */ 90 if (mc_ports & BIT(ocelot->num_phys_ports)) in __ocelot_mact_learn() 109 mutex_lock(&ocelot->mact_lock); in ocelot_mact_learn() 111 mutex_unlock(&ocelot->mact_lock); in ocelot_mact_learn() 122 mutex_lock(&ocelot->mact_lock); in ocelot_mact_forget() 133 mutex_unlock(&ocelot->mact_lock); in ocelot_mact_forget() [all …]
|
/linux-6.12.1/drivers/net/dsa/ocelot/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 register-compatible with Ocelot and that perform I/O to their host 12 tristate "Ocelot External Ethernet switch support" 23 This driver supports the VSC7511, VSC7512, VSC7513 and VSC7514 chips 26 The Ocelot switch family is a set of multi-port networking chips. All 33 tristate "Ocelot / Felix Ethernet switch support" 47 This driver supports the VSC9959 (Felix) switch, which is embedded as 51 tristate "Ocelot / Seville Ethernet switch support" 63 This driver supports the VSC9953 (Seville) switch, which is embedded
|
/linux-6.12.1/arch/mips/boot/dts/mscc/ |
D | ocelot.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 #address-cells = <1>; 6 #size-cells = <1>; 10 #address-cells = <1>; 11 #size-cells = <0>; 25 cpuintc: interrupt-controller { 26 #address-cells = <0>; 27 #interrupt-cells = <1>; 28 interrupt-controller; 29 compatible = "mti,cpu-interrupt-controller"; [all …]
|
/linux-6.12.1/net/dsa/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 tristate "Distributed Switch Architecture" 15 by the Distributed Switch Architecture. 22 tristate "No-op tag driver" 28 tristate "Tag driver for Atheros AR9331 SoC with built-in switch" 31 the Atheros AR9331 SoC with built-in switch. 38 tristate "Tag driver for Broadcom switches using in-frame headers" 45 tristate "Tag driver for Broadcom legacy switches using in-frame headers" 106 (VSC7511, VSC7512, VSC7513, VSC7514, VSC9953, VSC9959). In this mode, 108 hardware-defined injection/extraction frame header. Flow control [all …]
|
/linux-6.12.1/drivers/mfd/ |
D | ocelot-core.c | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 * on-chip MIPS processor, or externally via SPI, I2C, PCIe. This core driver is 7 * intended to be the bus-agnostic glue between, for example, the SPI bus and 10 * Copyright 2021-2022 Innovative Advantage Inc. 12 * Author: Colin Foster <colin.foster@in-advantage.com> 91 err = regmap_read(ddata->gcb_regmap, REG_GCB_SOFT_RST, &val); in ocelot_gcb_chip_rst_status() 106 * self-clears, so one write is all that is needed and wait for it to in ocelot_chip_reset() 109 ret = regmap_write(ddata->gcb_regmap, REG_GCB_SOFT_RST, BIT_SOFT_CHIP_RST); in ocelot_chip_reset() 164 .name = "ocelot-pinctrl", 165 .of_compatible = "mscc,ocelot-pinctrl", [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 57 tristate "Active-semi ACT8945A" 62 Support for the ACT8945A PMIC from Active-semi. This device 63 features three step-down DC/DC converters and four low-dropout 79 sun4i-gpadc-iio and the hwmon driver iio_hwmon. 82 called sun4i-gpadc. 113 tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down 144 over at91-usart-serial driver and usart-spi-driver. Only one function 160 tristate "Atmel HLCDC (High-end LCD Controller)" 197 tristate "X-Powers AC100" [all …]
|
/linux-6.12.1/ |
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 …]
|