Home
last modified time | relevance | path

Searched +full:mt7986 +full:- +full:wed +full:- +full:pcie (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/arm/mediatek/
Dmediatek,mt7986-wed-pcie.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/arm/mediatek/mediatek,mt7986-wed-pcie.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: MediaTek PCIE WED Controller for MT7986
10 - Lorenzo Bianconi <lorenzo@kernel.org>
11 - Felix Fietkau <nbd@nbd.name>
14 The mediatek WED PCIE provides a configuration interface for PCIE
15 controller on MT7986 soc.
20 - enum:
[all …]
Dmediatek,mt7622-wed.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/arm/mediatek/mediatek,mt7622-wed.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
10 - Lorenzo Bianconi <lorenzo@kernel.org>
11 - Felix Fietkau <nbd@nbd.name>
15 intercept and handle access to the WLAN DMA queues and PCIe interrupts
21 - enum:
22 - mediatek,mt7622-wed
23 - mediatek,mt7986-wed
[all …]
/Linux-v6.1/arch/arm64/boot/dts/mediatek/
Dmt7986a.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 #include <dt-bindings/interrupt-controller/irq.h>
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/mt7986-clk.h>
10 #include <dt-bindings/reset/mt7986-resets.h>
13 interrupt-parent = <&gic>;
14 #address-cells = <2>;
15 #size-cells = <2>;
18 compatible = "fixed-clock";
19 clock-frequency = <40000000>;
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dmediatek,net.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Bianconi <lorenzo@kernel.org>
11 - Felix Fietkau <nbd@nbd.name>
20 - mediatek,mt2701-eth
21 - mediatek,mt7623-eth
22 - mediatek,mt7622-eth
23 - mediatek,mt7629-eth
24 - mediatek,mt7986-eth
[all …]
/Linux-v6.1/drivers/net/ethernet/mediatek/
Dmtk_wed.c1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <linux/dma-mapping.h>
40 regmap_update_bits(dev->hw->regs, reg, mask | val, val); in wed_m32()
90 if (dev->wlan.bus_type == MTK_WED_BUS_PCIE) { in mtk_wed_assign()
91 hw = hw_list[pci_domain_nr(dev->wlan.pci_dev->bus)]; in mtk_wed_assign()
95 if (!hw->wed_dev) in mtk_wed_assign()
98 if (hw->version == 1) in mtk_wed_assign()
101 /* MT7986 WED devices do not have any pcie slot restrictions */ in mtk_wed_assign()
103 /* MT7986 PCIE or AXI */ in mtk_wed_assign()
106 if (hw && !hw->wed_dev) in mtk_wed_assign()
[all …]