Searched +full:synquacer +full:- +full:netsec (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | socionext,synquacer-netsec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/socionext,synquacer-netsec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Socionext NetSec Ethernet Controller IP 10 - Jassi Brar <jaswinder.singh@linaro.org> 11 - Ilias Apalodimas <ilias.apalodimas@linaro.org> 14 - $ref: ethernet-controller.yaml# 18 const: socionext,synquacer-netsec 22 - description: control register area [all …]
|
/linux-6.12.1/drivers/net/ethernet/socionext/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 26 tristate "Socionext NETSEC ethernet support" 32 Enable to add support for the SocioNext NetSec Gigabit Ethernet 33 controller + PHY, as found on the Synquacer SC2A11 SoC 36 called netsec. If unsure, say N.
|
D | netsec.c | 1 // SPDX-License-Identifier: GPL-2.0+ 247 #define NETSEC_RX_BUF_SIZE (PAGE_SIZE - NETSEC_RX_BUF_NON_DATA) 312 struct netsec_de { /* Netsec Descriptor layout */ 333 writel(val, priv->ioaddr + reg_addr); in netsec_write() 338 return readl(priv->ioaddr + reg_addr); in netsec_read() 366 while (--timeout && netsec_read(priv, addr) & mask) in netsec_wait_while_busy() 372 while (--timeout && netsec_read(priv, addr) & mask) in netsec_wait_while_busy() 378 netdev_WARN(priv->ndev, "%s: timeout\n", __func__); in netsec_wait_while_busy() 380 return -ETIMEDOUT; in netsec_wait_while_busy() 417 } while (--timeout && (data & mask)); in netsec_mac_wait_while_busy() [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 …]
|