Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/arm/mediatek/
H A 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
20 - enum:
21 - mediatek,mt7986-wed-pcie
[all …]
H A 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
[all...]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A 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,mt7621-eth
23 - mediatek,mt7622-eth
24 - mediatek,mt7629-eth
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A 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>
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 Dmt7622.dtsi6 * 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/mt7996/
H A Dmmio.c1 // SPDX-License-Identifier: ISC
157 { 0x74030000, 0x10000, 0x1000 }, /* PCIe MAC */
258 {0x70020000, 0x1f0000, 0x9000}, /* PCIE remapping (AP2CONN) */
268 if (is_mt7996(&dev->mt76)) { in mt7996_reg_map_l1()
276 dev->bus_ops->rmw(&dev->mt76, MT_HIF_REMAP_L1, l1_mask, val); in mt7996_reg_map_l1()
278 dev->bus_ops->rr(&dev->mt76, MT_HIF_REMAP_L1); in mt7996_reg_map_l1()
287 if (is_mt7990(&dev->mt76)) { in mt7996_reg_map_l2()
299 dev->bus_ops->rmw(&dev->mt76, MT_HIF_REMAP_L2, l2_mask, val); in mt7996_reg_map_l2()
301 dev->bus_ops->rr(&dev->mt76, MT_HIF_REMAP_L2); in mt7996_reg_map_l2()
311 dev->bus_ops->rmw(&dev->mt76, MT_HIF_REMAP_CBTOP, in mt7996_reg_map_cbtop()
[all …]
H A Dpci.c1 // SPDX-License-Identifier: ISC
45 val = readl(hif->regs + MT_PCIE_RECOG_ID); in mt7996_pci_get_hif2()
47 val = readl((u8 *)hif->regs + MT_PCIE_RECOG_ID); in mt7996_pci_get_hif2()
53 get_device(hif->dev); in mt7996_pci_get_hif2()
69 put_device(hif->dev); in mt7996_put_hif2()
101 hif = devm_kzalloc(&pdev->dev, sizeof(*hif), GFP_KERNEL); in mt7996_pci_hif2_probe()
103 return -ENOMEM; in mt7996_pci_hif2_probe()
105 hif->dev = &pdev->dev; in mt7996_pci_hif2_probe()
106 hif->regs = pcim_iomap_table(pdev)[0]; in mt7996_pci_hif2_probe()
107 hif->irq = pdev->irq; in mt7996_pci_hif2_probe()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dpci.c1 // 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()
57 hif->index = idx; in mt7915_pci_get_hif2()
73 put_device(hif->dev); in mt7915_put_hif2()
112 hif = devm_kzalloc(&pdev->dev, sizeof(*hif), GFP_KERNEL); in mt7915_pci_hif2_probe()
114 return -ENOMEM; in mt7915_pci_hif2_probe()
116 hif->dev = &pdev->dev; in mt7915_pci_hif2_probe()
117 hif->regs = pcim_iomap_table(pdev)[0]; in mt7915_pci_hif2_probe()
[all …]
/freebsd/sbin/camcontrol/
H A Dcamcontrol.8145 .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 …]