Home
last modified time | relevance | path

Searched full:tacho (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/hwmon/
H A Dmlxreg-fan.c66 * @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, &regval); 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, &regval); in mlxreg_fan_read()
162 if (MLXREG_FAN_GET_FAULT(regval, tacho->mask)) { in mlxreg_fan_read()
[all …]
H A Daspeed-pwm-tacho.c970 { .compatible = "aspeed,ast2400-pwm-tacho", },
971 { .compatible = "aspeed,ast2500-pwm-tacho", },
987 MODULE_DESCRIPTION("ASPEED PWM and Fan Tacho device driver");
H A Dnpcm750-pwm-fan.c79 /* NPCM7XX FAN Tacho registers */
1058 MODULE_DESCRIPTION("Nuvoton NPCM7XX PWM and Fan Tacho driver");
/linux/Documentation/devicetree/bindings/hwmon/
H A Daspeed-pwm-tacho.txt1 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 Daspeed,g6-pwm-tach.yaml15 The ASPEED Fan Tacho controller can support up to 16 fan tach input.
H A Dnpcm750-pwm-fan.txt1 Nuvoton NPCM PWM and Fan Tacho controller device
/linux/Documentation/hwmon/
H A Daspeed-pwm-tacho.rst1 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 Dlan966x.rst26 tacho input and a PWM output with a customizable PWM output
31 The driver exports temperature values, fan tacho input and PWM
H A Dnpcm750-pwm-fan.rst14 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 Dadm9240.rst77 edges of the fan tacho inputs.
95 Two fan tacho inputs are provided, the ADM9240 gates an internal 22.5kHz
H A Daspeed-g6-pwm-tach.rst14 This driver implements support for ASPEED AST2600 Fan Tacho controller.
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-dnskw.dtsi119 pmx_fan_tacho: pmx-fan-tacho {
/linux/drivers/block/
H A Dswim3.c154 #define TACHO 11 macro