Searched +full:sparx +full:- +full:g5e (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Linus Walleij <linus.walleij@linaro.org>13 The Vitesse DSA Switches were produced in the early-to-mid 2000s.19 Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch20 Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch21 Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch22 Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch27 reside inside a SPI bus device tree node, see spi/spi-bus.txt[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch4 * Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch5 * Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch6 * Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch20 #include "vitesse-vsc73xx.h"30 * struct vsc73xx_spi - VSC73xx SPI state container55 struct vsc73xx_spi *vsc_spi = vsc->priv; in vsc73xx_spi_read()63 return -EINVAL; in vsc73xx_spi_read()82 mutex_lock(&vsc_spi->lock); in vsc73xx_spi_read()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch4 * Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch5 * Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch6 * Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch8 * These switches have a built-in 8051 CPU and can download and execute a10 * handling the switch in a memory-mapped manner by connecting to that external34 #include "vitesse-vsc73xx.h"36 #define VSC73XX_BLOCK_MAC 0x1 /* Subblocks 0-4, 6 (CPU port) */40 #define VSC73XX_BLOCK_CAPTURE 0x4 /* Subblocks 0-4, 6, 7 */[all …]
1 // SPDX-License-Identifier: GPL-2.0+137 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID) in vsc824x_config_init()178 return -E2BIG; in vsc73xx_set_downshift()180 return -EINVAL; in vsc73xx_set_downshift()190 cnt - 2); in vsc73xx_set_downshift()204 switch (tuna->id) { in vsc73xx_get_tunable()208 return -EOPNOTSUPP; in vsc73xx_get_tunable()215 switch (tuna->id) { in vsc73xx_set_tunable()219 return -EOPNOTSUPP; in vsc73xx_set_tunable()236 /* Set Auto MDI-X by default */ in vsc73xx_config_init()[all …]