Searched +full:gmt_eds +full:- +full:762 +full:_763 +full:- +full:080710 +full:- +full:0 (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | gmt,g762.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Christian Marangi <ansuelsmth@gmail.com> 15 G761 supports an internal-clock hence the clocks property is optional. 16 If not defined, internal-clock will be used. (31KHz is the clock of 24 at http://natisbad.org/NAS/refs/GMT_EDS-762_763-080710-0.2.pdf. 29 - gmt,g761 30 - gmt,g762 31 - gmt,g763 [all …]
|
/linux/Documentation/hwmon/ |
H A D | g762.rst | 5 and performs closed-loop or open-loop control of the fan speed. Two 6 modes - PWM or DC - are supported by the device. 9 http://natisbad.org/NAS/ref/GMT_EDS-762_763-080710-0.2.pdf. sysfs 10 bindings are described in Documentation/hwmon/sysfs-interface.rst. 25 set desired fan speed. This only makes sense in closed-loop 44 in closed-loop control mode, if fan RPM value is 25% out 50 speed control (open-loop) via pwm1 described below, 2 for 51 automatic fan speed control (closed-loop) via fan1_target 55 set or get fan driving mode: 1 for PWM mode, 0 for DC mode. 58 get or set PWM fan control value in open-loop mode. This is an [all …]
|
/linux/drivers/hwmon/ |
H A D | g762.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * g762 - Driver for the Global Mixed-mode Technology Inc. fan speed 15 * http://natisbad.org/NAS/refs/GMT_EDS-762_763-080710-0.2.pdf 27 * http://www.gmt.com.tw/product/datasheet/EDS-762_3.pdf 36 #include <linux/hwmon-sysfs.h> 55 G762_REG_SET_CNT = 0x00, 56 G762_REG_ACT_CNT = 0x01, 57 G762_REG_FAN_STA = 0x02, 58 G762_REG_SET_OUT = 0x03, 59 G762_REG_FAN_CMD1 = 0x04, [all …]
|