Searched +full:wed +full:- +full:pcie (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/arm/mediatek/ |
| H A D | mediatek,mt7986-wed-pcie.yaml | 1 # 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 20 - enum: 21 - mediatek,mt7986-wed-pcie [all …]
|
| H A D | mediatek,mt7622-wed.yaml | 1 # 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,mt7981-wed [all …]
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | mediatek,net.yaml | 1 # 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,mt7621-eth 23 - mediatek,mt7622-eth 24 - mediatek,mt7629-eth [all …]
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt7622.dtsi | 6 * SPDX-License-Identifier: (GPL-2.0 OR MIT) 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/clock/mt7622-clk.h> 12 #include <dt-bindings/phy/phy.h> 13 #include <dt-bindings/power/mt7622-power.h> 14 #include <dt-bindings/reset/mt7622-reset.h> 15 #include <dt-bindings/thermal/thermal.h> 19 interrupt-parent = <&sysirq>; 20 #address-cells = <2>; [all …]
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_wed.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 #include <linux/dma-mapping.h> 102 regmap_update_bits(dev->hw->regs, reg, mask | val, val); in wed_m32() 138 return readl(dev->wlan.base + reg); in wifi_r32() 144 writel(val, dev->wlan.base + reg); in wifi_w32() 164 if (!mtk_wed_is_v3_or_greater(dev->hw)) in mtk_wdma_v3_rx_reset() 173 dev_err(dev->hw->dev, "rx reset failed\n"); in mtk_wdma_v3_rx_reset() 178 dev_err(dev->hw->dev, "rx reset failed\n"); in mtk_wdma_v3_rx_reset() 186 dev_err(dev->hw->dev, "rx reset failed\n"); in mtk_wdma_v3_rx_reset() 191 dev_err(dev->hw->dev, "rx reset failed\n"); in mtk_wdma_v3_rx_reset() [all …]
|