Searched +full:axi +full:- +full:fan +full:- +full:control +full:- +full:1 (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,axi-fan-control.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Analog Devices AXI FAN Control 11 - Nuno Sá <nuno.sa@analog.com> 14 Bindings for the Analog Devices AXI FAN Control driver. Specifications of the 22 - adi,axi-fan-control-1.00.a 25 maxItems: 1 28 maxItems: 1 [all …]
|
/linux/Documentation/devicetree/bindings/soc/imx/ |
H A D | fsl,imx93-media-blk-ctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx93-media-blk-ctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP i.MX93 Media blk-ctrl 10 - Peng Fan <peng.fan@nxp.com> 13 The i.MX93 MEDIAMIX domain contains control and status registers known 14 as MEDIAMIX Block Control (MEDIAMIX BLK_CTRL). These registers include 15 clocking, reset, and miscellaneous top-level controls for peripherals 21 - const: fsl,imx93-media-blk-ctrl [all …]
|
/linux/drivers/hwmon/ |
H A D | axi-fan-control.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Fan Control HDL CORE driver 9 #include <linux/fpga/adi-axi-common.h> 11 #include <linux/hwmon-sysfs.h> 43 #define ADI_IRQ_SRC_TACH_ERR BIT(1) 66 iowrite32(val, ctl->base + reg); in axi_iowrite() 72 return ioread32(ctl->base + reg); in axi_ioread() 77 * T = /raw * 509.3140064 / 65535) - 280.2308787 83 u32 temp = axi_ioread(attr->index, ctl); in axi_fan_control_show() 85 temp = DIV_ROUND_CLOSEST_ULL(temp * 509314ULL, 65535) - 280230; in axi_fan_control_show() [all …]
|
/linux/drivers/pwm/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 bool "Pulse-Width Modulation (PWM) Support" 5 Generic Pulse-Width Modulation (PWM) support. 7 In Pulse-Width Modulation, a variation of the width of pulses 11 PWMs are commonly used to control fans or the brightness of 48 will be called pwm-ab8500. 67 will be called pwm-apple. 77 will be called pwm-atmel. 85 (Atmel High-end LCD Controller). This PWM output is mainly used 86 to control the LCD backlight. [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|