/linux/Documentation/hwmon/ |
H A D | max31790.rst | 28 Tachometer inputs monitor fan tachometer logic outputs for precise (+/-1%) 30 Six pins are dedicated tachometer inputs. Any of the six PWM outputs can 31 also be configured to serve as tachometer inputs. 38 fan[1-12]_input RO fan tachometer speed in RPM 41 fan[1-6]_enable RW enable or disable the tachometer input
|
H A D | lm93.rst | 65 tachometer inputs to measure fan speed. Limit and status registers for all 68 (i.e. smart tachometer mode). It also adds measurement and control support 129 If a fan is driven using a low-side drive PWM, the tachometer 130 output of the fan is corrupted. The LM93 includes smart tachometer 131 circuitry that allows an accurate tachometer reading to be 136 fan tachometer with a pwm) to the sysfs file fan<n>_smart_tach. A zero
|
H A D | pwm-fan.rst | 20 from the sampled interrupts from the tachometer signal within 1 second. 25 fan1_input ro fan tachometer speed in RPM
|
H A D | nct7904.rst | 24 interface, up to 12 fan tachometer inputs, up to 4 fan control channels 36 fan[1-12]_input Fan tachometer measurements (rpm)
|
H A D | max6639.rst | 45 fan1_input R TACH1 fan tachometer input (in RPM) 46 fan2_input R TACH2 fan tachometer input (in RPM)
|
H A D | lm63.rst | 58 The datasheet isn't very clear about what the tachometer reading is. 66 The fan speed is measured using a tachometer. Contrary to most chips which
|
H A D | max31785.rst | 22 dual tachometer measurements, and fan health monitoring. 24 For dual-rotor configurations the MAX31785A exposes the second rotor tachometer
|
H A D | it87.rst | 258 IT8783E/F, and late IT8712F and IT8705F also have optional 16-bit tachometer 260 not compatible with the older chips and revisions. The 16-bit tachometer mode 288 16-bit tachometer counters aren't used, fan readings can be divided by
|
H A D | asc7621.rst | 73 The tachometer measurement system is flexible and able to adapt to many 103 The aSC7621 has tachometer inputs to measure fan speed on up to four fans. 122 tachometer inputs
|
H A D | aspeed-pwm-tacho.rst | 14 controller supports up to 16 tachometer inputs.
|
H A D | npcm750-pwm-fan.rst | 16 controller supports up to 16 tachometer inputs.
|
H A D | aspeed-g6-pwm-tach.rst | 15 The controller supports up to 16 tachometer inputs.
|
H A D | max6650.rst | 40 fan1_input ro fan tachometer speed in RPM
|
H A D | amc6821.rst | 46 fan1_input ro tachometer speed
|
H A D | w83793.rst | 41 This driver exports 10 voltage sensors, up to 12 fan tachometer inputs,
|
H A D | mlxreg-fan.rst | 42 a PWM output and tachometer inputs.
|
/linux/drivers/watchdog/ |
H A D | wdt.c | 82 /* Support for the Fan Tachometer on the WDT501-P */ 83 static int tachometer; variable 84 module_param(tachometer, int, 0); 85 MODULE_PARM_DESC(tachometer, 86 "WDT501-P Fan Tachometer support (0=disable, default=0)"); 223 if (tachometer) { in wdt_get_status() 284 if (tachometer) { in wdt_interrupt() 371 if (tachometer) in wdt_ioctl() 640 pr_info("Fan Tachometer is %s\n", in wdt_init() 641 tachometer ? "Enabled" : "Disabled"); in wdt_init()
|
H A D | wdt_pci.c | 83 /* Support for the Fan Tachometer on the PCI-WDT501 */ 84 static int tachometer; variable 85 module_param(tachometer, int, 0); 86 MODULE_PARM_DESC(tachometer, 87 "PCI-WDT501 Fan Tachometer support (0=disable, default=0)"); 259 if (tachometer) { in wdtpci_get_status() 320 if (tachometer) { in wdtpci_interrupt() 408 if (tachometer) in wdtpci_ioctl() 680 pr_info("Fan Tachometer is %s\n", in wdtpci_init_one() 681 tachometer ? "Enabled" : "Disabled"); in wdtpci_init_one()
|
/linux/drivers/hwmon/ |
H A D | mlxreg-fan.c | 29 * tachometer every t-sample (with the default value 11.32 uS) and increment 33 * - 0xff - represents tachometer fault; 34 * - 0xfe - represents tachometer minimum value , which is 4444 RPM; 35 * - 0x00 - represents tachometer maximum value , which is 300000 RPM; 60 * struct mlxreg_fan_tacho - tachometer data (internal use): 62 * @connected: indicates if tachometer is connected; 99 * @tacho: tachometer data; 103 * @divider: divider value for tachometer RPM calculation;
|
H A D | lm63.c | 21 * The datasheet isn't very clear about what the tachometer reading is. 102 * For tachometer counts, the LM63 uses 16-bit values. 235 if (data->config & 0x04) { /* tachometer enabled */ in lm63_update_device() 1031 /* Tachometer is always enabled on LM64 */ in lm63_init_client() 1080 (data->config & 0x04) ? "tachometer input" : in lm63_init_client() 1116 if (data->config & 0x04) /* tachometer enabled */ in lm63_probe()
|
H A D | max6650.c | 257 * Note: this tachometer is completely separate from the tachometers 542 * tachometer in max6650_read() 558 * Each tachometer counts over an interval given by the in max6650_read()
|
/linux/Documentation/watchdog/ |
H A D | wdt.rst | 10 - ICS WDT501-P (no fan tachometer) 37 tachometer WDT501-P Fan Tachometer support (0=disable, default=0)
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | npcm750-pwm-fan.txt | 4 controller outputs and 16 Fan tachometer controller inputs. 7 controller outputs and 16 Fan tachometer controller inputs.
|
H A D | max31785.txt | 11 dual tachometer measurements, and fan health monitoring.
|
H A D | aspeed-pwm-tacho.txt | 4 controller can support upto 16 Fan tachometer inputs.
|