Searched +full:mt7986 +full:- +full:wed (Results 1 – 7 of 7) 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 15 controller on MT7986 soc. 20 - enum: [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/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 [all...] |
/freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/ |
H A D | mediatek,mt7986-wo-ccif.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/mediatek/mediatek,mt7986-w [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-schema [all...] |
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | soc.c | 1 // SPDX-License-Identifier: ISC 176 /* Only DBDC A-die is used with MT7981 */ in mt798x_wmac_check_adie_type() 177 if (is_mt7981(&dev->mt76)) in mt798x_wmac_check_adie_type() 180 val = readl(dev->sku + MT_TOP_POS_SKU); in mt798x_wmac_check_adie_type() 188 return reset_control_assert(dev->rstc); in mt7986_wmac_consys_reset() 190 mt76_wmac_rmw(dev->sku, MT_TOP_POS_FAST_CTRL, in mt7986_wmac_consys_reset() 194 return reset_control_deassert(dev->rstc); in mt7986_wmac_consys_reset() 205 pinctrl = devm_pinctrl_get(dev->mt76.dev); in mt7986_wmac_gpio_setup() 213 return -EINVAL; in mt7986_wmac_gpio_setup() 218 return -EINVAL; in mt7986_wmac_gpio_setup() [all …]
|
H A D | init.c | 1 // SPDX-License-Identifier: ISC 6 #include <linux/hwmon-sysfs.h> 55 int i = to_sensor_dev_attr(attr)->index; in mt7915_thermal_temp_show() 68 phy->throttle_temp[i - 1] * 1000); in mt7915_thermal_temp_show() 70 return sprintf(buf, "%hhu\n", phy->throttle_state); in mt7915_thermal_temp_show() 72 return -EINVAL; in mt7915_thermal_temp_show() 81 int ret, i = to_sensor_dev_attr(attr)->index; in mt7915_thermal_temp_store() 88 mutex_lock(&phy->dev->mt76.mutex); in mt7915_thermal_temp_store() 91 if ((i - 1 == MT7915_CRIT_TEMP_IDX && in mt7915_thermal_temp_store() 92 val > phy->throttle_temp[MT7915_MAX_TEMP_IDX]) || in mt7915_thermal_temp_store() [all …]
|