Searched +full:en7581 +full:- +full:eth (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm64/boot/dts/airoha/ |
| H A D | en7581.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 #include <dt-bindings/interrupt-controller/irq.h> 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/clock/en7523-clk.h> 6 #include <dt-bindings/reset/airoha,en7581-reset.h> 9 interrupt-parent = <&gic>; 10 #address-cells = <2>; 11 #size-cells = <2>; 13 reserved-memory { 14 #address-cells = <2>; [all …]
|
| H A D | en7581-evb.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 /dts-v1/; 7 #include "en7581.dtsi" 10 model = "Airoha EN7581 Evaluation Board"; 11 compatible = "airoha,en7581-evb", "airoha,en7581"; 18 stdout-path = "serial0:115200n8"; 19 linux,usable-memory-range = <0x0 0x80200000 0x0 0x1fe00000>; 30 compatible = "fixed-partitions"; 31 #address-cells = <1>; 32 #size-cells = <1>; [all …]
|
| /linux/Documentation/devicetree/bindings/net/dsa/ |
| H A D | mediatek,mt7530.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Arınç ÜNAL <arinc.unal@arinc9.com> 11 - Landen Chao <Landen.Chao@mediatek.com> 12 - DENG Qingfang <dqfext@gmail.com> 13 - Sean Wang <sean.wang@mediatek.com> 14 - Daniel Golle <daniel@makrotopia.org> 17 There are three versions of MT7530, standalone, in a multi-chip module and 18 built-into a SoC. [all …]
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_eth.c | 1 // SPDX-License-Identifier: GPL-2.0-only 41 struct airoha_qdma *qdma = irq_bank->qdma; in airoha_qdma_set_irqmask() 42 int bank = irq_bank - &qdma->irq_banks[0]; in airoha_qdma_set_irqmask() 45 if (WARN_ON_ONCE(index >= ARRAY_SIZE(irq_bank->irqmask))) in airoha_qdma_set_irqmask() 48 spin_lock_irqsave(&irq_bank->irq_lock, flags); in airoha_qdma_set_irqmask() 50 irq_bank->irqmask[index] &= ~clear; in airoha_qdma_set_irqmask() 51 irq_bank->irqmask[index] |= set; in airoha_qdma_set_irqmask() 53 irq_bank->irqmask[index]); in airoha_qdma_set_irqmask() 59 spin_unlock_irqrestore(&irq_bank->irq_lock, flags); in airoha_qdma_set_irqmask() 76 struct airoha_eth *eth = port->qdma->eth; in airoha_set_macaddr() local [all …]
|
| /linux/ |
| H A 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 …]
|