Searched full:tacho (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | mlxreg-fan.c | 66 * @shift: tacho presence bit shift; 101 * @tacho: tachometer data; 111 struct mlxreg_fan_tacho tacho[MLXREG_FAN_MAX_TACHO]; member 126 struct mlxreg_fan_tacho *tacho; in mlxreg_fan_read() local 133 tacho = &fan->tacho[channel]; in mlxreg_fan_read() 140 if (tacho->prsnt && fan->tachos_per_drwr) { in mlxreg_fan_read() 141 err = regmap_read(fan->regmap, tacho->prsnt, ®val); in mlxreg_fan_read() 150 if (BIT(rol32(channel, tacho->shift) / fan->tachos_per_drwr) & in mlxreg_fan_read() 158 err = regmap_read(fan->regmap, tacho->reg, ®val); in mlxreg_fan_read() 162 if (MLXREG_FAN_GET_FAULT(regval, tacho->mask)) { in mlxreg_fan_read() [all …]
|
| H A D | aspeed-pwm-tacho.c | 970 { .compatible = "aspeed,ast2400-pwm-tacho", }, 971 { .compatible = "aspeed,ast2500-pwm-tacho", }, 987 MODULE_DESCRIPTION("ASPEED PWM and Fan Tacho device driver");
|
| H A D | npcm750-pwm-fan.c | 79 /* NPCM7XX FAN Tacho registers */ 1058 MODULE_DESCRIPTION("Nuvoton NPCM7XX PWM and Fan Tacho driver");
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | aspeed-pwm-tacho.txt | 1 ASPEED AST2400/AST2500 PWM and Fan Tacho controller device driver 3 The ASPEED PWM controller can support upto 8 PWM outputs. The ASPEED Fan Tacho 9 Required properties for pwm-tacho node: 22 - compatible : should be "aspeed,ast2400-pwm-tacho" for AST2400 and 23 "aspeed,ast2500-pwm-tacho" for AST2500. 57 compatible = "aspeed,ast2500-pwm-tacho";
|
| H A D | aspeed,g6-pwm-tach.yaml | 15 The ASPEED Fan Tacho controller can support up to 16 fan tach input.
|
| H A D | npcm750-pwm-fan.txt | 1 Nuvoton NPCM PWM and Fan Tacho controller device
|
| /linux/Documentation/hwmon/ |
| H A D | aspeed-pwm-tacho.rst | 1 Kernel driver aspeed-pwm-tacho 12 This driver implements support for ASPEED AST2400/2500 PWM and Fan Tacho 13 controller. The PWM controller supports up to 8 PWM outputs. The Fan tacho
|
| H A D | lan966x.rst | 26 tacho input and a PWM output with a customizable PWM output 31 The driver exports temperature values, fan tacho input and PWM
|
| H A D | npcm750-pwm-fan.rst | 14 This driver implements support for NUVOTON NPCM7XX PWM and Fan Tacho 15 controller. The PWM controller supports up to 8 PWM outputs. The Fan tacho
|
| H A D | adm9240.rst | 77 edges of the fan tacho inputs. 95 Two fan tacho inputs are provided, the ADM9240 gates an internal 22.5kHz
|
| H A D | aspeed-g6-pwm-tach.rst | 14 This driver implements support for ASPEED AST2600 Fan Tacho controller.
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-dnskw.dtsi | 119 pmx_fan_tacho: pmx-fan-tacho {
|
| /linux/drivers/block/ |
| H A D | swim3.c | 154 #define TACHO 11 macro
|