Home
last modified time | relevance | path

Searched +full:tach +full:- +full:div (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwmon/
H A Dmax6620.c1 // SPDX-License-Identifier: GPL-2.0-or-later
20 * http://pdfserv.maxim-ic.com/en/ds/MAX6620.pdf
95 /* Minimum and maximum values of the FAN-RPM */
140 u16 tach[4];
149 static u16 max6620_fan_rpm_to_tach(u8 div, int rpm)
151 return (60 * div * MAX6620_CLOCK_FRE in max6620_fan_rpm_to_tach()
141 u16 tach[4]; global() member
150 max6620_fan_rpm_to_tach(u8 div,int rpm) max6620_fan_rpm_to_tach() argument
155 max6620_fan_tach_to_rpm(u8 div,u16 tach) max6620_fan_tach_to_rpm() argument
250 u8 div; max6620_read() local
327 u8 div; max6620_write() local
328 u16 tach; max6620_write() local
[all...]
H A Dadm1026.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * adm1026.c - Part of lm_sensors, Linux kernel modules for hardware
19 #include <linux/hwmon-sysfs.h>
20 #include <linux/hwmon-vid.h>
27 static int gpio_input[17] = { -1, -
197 FAN_TO_REG(val,div) global() argument
200 FAN_FROM_REG(val,div) global() argument
[all...]
/linux/Documentation/devicetree/bindings/hwmon/
H A Dfan-common.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/hwmon/fan-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Naresh Solanki <naresh.solanki@9elements.com>
11 - Billy Tsai <billy_tsai@aspeedtech.com>
14 max-rpm:
20 min-rpm:
26 pulses-per-revolution:
32 tach-div:
[all …]