Home
last modified time | relevance | path

Searched +full:synquacer +full:- +full:netsec (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dsocionext,synquacer-netsec.yaml1 # 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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dsocionext-netsec.txt1 * Socionext NetSec Ethernet Controller IP
4 - compatible: Should be "socionext,synquacer-netsec"
5 - reg: Address and length of the control register area, followed by the
8 - interrupts: Should contain ethernet controller interrupt
9 - clocks: phandle to the PHY reference clock
10 - clock-names: Should be "phy_ref_clk"
11 - phy-mode: See ethernet.txt file in the same directory
12 - phy-handle: See ethernet.txt in the same directory.
14 - mdio device tree subnode: When the Netsec has a phy connected to its local
18 - #address-cells: Must be <1>.
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/socionext/
DKconfig1 # 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.
Dnetsec.c1 // 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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/socionext/
DKconfig1 # 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.
Dnetsec.c1 // 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 …]
/kernel/linux/linux-5.10/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]
/kernel/linux/linux-6.6/
DMAINTAINERS5 ---------------------------------------------------
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 …]