Searched +full:gbe +full:- +full:bm (Results 1 – 3 of 3) sorted by relevance
2 * Device Tree include for Compulab CM-A510 System-on-Module6 * This file is dual-licensed: you can use it either under the terms46 * The CM-A510 comes with several optional components:56 * E1: PHY RTL8211D on internal GbE (SMI address 0x03)66 * U2: 2 dual-role USB2.0 ports70 * W: Broadcom BCM4319 802.11b/g/n (USI WM-N-BM-01 on SDIO1)72 * GPIOs used on CM-A510:73 * 1 GbE PHY reset (active low)86 model = "Compulab CM-A510";87 compatible = "compulab,cm-a510", "marvell,dove";[all …]
1 // SPDX-License-Identifier: GPL-2.076 writel(data, priv->swth_base[0] + offset); in mvpp2_write()81 return readl(priv->swth_base[0] + offset); in mvpp2_read()86 return readl_relaxed(priv->swth_base[0] + offset); in mvpp2_read_relaxed()91 return cpu % priv->nthreads; in mvpp2_cpu_to_thread()96 writel(data, priv->cm3_base + offset); in mvpp2_cm3_write()101 return readl(priv->cm3_base + offset); in mvpp2_cm3_read()124 * - per-thread registers, where each thread has its own copy of the140 * - global registers that must be accessed through a specific thread141 * window, because they are related to an access to a per-thread[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright(c) 1999 - 2018 Intel Corporation. */5 * 82562G-2 10/100 Network Connection7 * 82562GT-2 10/100 Network Connection9 * 82562V-2 10/100 Network Connection10 * 82566DC-2 Gigabit Network Connection12 * 82566DM-2 Gigabit Network Connection19 * 82567LM-2 Gigabit Network Connection20 * 82567LF-2 Gigabit Network Connection21 * 82567V-2 Gigabit Network Connection[all …]