Searched +full:wed +full:- +full:pcie (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/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 [all...] |
/freebsd/sys/contrib/device-tree/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 …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt7986a.dtsi | 1 // 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> 11 #include <dt-bindings/phy/phy.h> 15 interrupt-parent = <&gic>; 16 #address-cells = <2>; 17 #size-cells = <2>; 20 #address-cells = <1>; [all …]
|
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 …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | pci.c | 1 // SPDX-License-Identifier: ISC 48 val = readl(hif->regs + MT_PCIE_RECOG_ID); in mt7915_pci_get_hif2() 50 val = readl((u8 *)hif->regs + MT_PCIE_RECOG_ID); in mt7915_pci_get_hif2() 56 get_device(hif->dev); in mt7915_pci_get_hif2() 72 put_device(hif->dev); in mt7915_put_hif2() 111 hif = devm_kzalloc(&pdev->dev, sizeof(*hif), GFP_KERNEL); in mt7915_pci_hif2_probe() 113 return -ENOMEM; in mt7915_pci_hif2_probe() 115 hif->dev = &pdev->dev; in mt7915_pci_hif2_probe() 116 hif->regs = pcim_iomap_table(pdev)[0]; in mt7915_pci_hif2_probe() 117 hif->irq = pdev->irq; in mt7915_pci_hif2_probe() [all …]
|
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.8 | 145 .Bk -words 402 .Bl -tag -width 14n 419 function-specific arguments. 437 .Bl -tag -width 14n 477 .Bl -tag -width periphlist 500 .Bl -tag -width 4n 514 .Bl -tag -width 4n 534 .Bl -tag -width 14n 541 .Bl -tag -width 012345678 569 .Bl -tag -width 5n [all …]
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_regs.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 30 /* This file is automatically generated --- changes will be lost */ 31 /* Generation Date : Wed Jan 27 10:57:51 IST 2016 */ 288 #define MC_STRIDE (MC_1_BASE_ADDR - MC_0_BASE_ADDR) 504 #define EDC_STRIDE (EDC_1_BASE_ADDR - EDC_0_BASE_ADDR) 507 #define EDC_T5_STRIDE (EDC_T51_BASE_ADDR - EDC_T50_BASE_ADDR) 4033 /* registers for module PCIE */
|