Searched +full:systemport +full:- +full:v1 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/net/brcm,systemport.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Broadcom BCM7xxx Ethernet Systemport Controller (SYSTEMPORT)10 - Florian Fainelli <f.fainelli@gmail.com>15 - brcm,systemport-v1.0016 - brcm,systemportlite-v1.0017 - brcm,systemport25 - description: interrupt line for RX queues[all …]
1 // SPDX-License-Identifier: GPL-2.0-only34 u32 reg = readl_relaxed(priv->base + offset + off); \40 writel_relaxed(val, priv->base + offset + off); \54 /* On SYSTEMPORT Lite, any register after RDMA_STATUS has the exact59 if (priv->is_lite && off >= RDMA_STATUS) in rdma_readl()61 return readl_relaxed(priv->base + SYS_PORT_RDMA_OFFSET + off); in rdma_readl()66 if (priv->is_lite && off >= RDMA_STATUS) in rdma_writel()68 writel_relaxed(val, priv->base + SYS_PORT_RDMA_OFFSET + off); in rdma_writel()73 if (!priv->is_lite) { in tdma_control_bit()83 /* L2-interrupt masking/unmasking helpers, does automatic saving of the applied[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 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 this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]