Searched refs:tacho (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/hwmon/ |
A D | mlxreg-fan.c | 109 struct mlxreg_fan_tacho tacho[MLXREG_FAN_MAX_TACHO]; member 124 struct mlxreg_fan_tacho *tacho; in mlxreg_fan_read() local 131 tacho = &fan->tacho[channel]; in mlxreg_fan_read() 138 if (tacho->prsnt && fan->tachos_per_drwr) { in mlxreg_fan_read() 154 err = regmap_read(fan->regmap, tacho->reg, ®val); in mlxreg_fan_read() 158 if (MLXREG_FAN_GET_FAULT(regval, tacho->mask)) { in mlxreg_fan_read() 173 *val = MLXREG_FAN_GET_FAULT(regval, tacho->mask); in mlxreg_fan_read() 465 fan->tacho[tacho_num].reg = data->reg; in mlxreg_fan_config() 466 fan->tacho[tacho_num].mask = data->mask; in mlxreg_fan_config() 467 fan->tacho[tacho_num].prsnt = data->reg_prsnt; in mlxreg_fan_config() [all …]
|
A D | Makefile | 56 obj-$(CONFIG_SENSORS_ASPEED) += aspeed-pwm-tacho.o
|
/linux-6.3-rc2/Documentation/devicetree/bindings/hwmon/ |
A D | aspeed-pwm-tacho.txt | 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";
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | aspeed-pwm-tacho.rst | 1 Kernel driver aspeed-pwm-tacho 13 controller. The PWM controller supports up to 8 PWM outputs. The Fan tacho
|
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
|
A D | npcm750-pwm-fan.rst | 15 controller. The PWM controller supports up to 8 PWM outputs. The Fan tacho
|
A D | index.rst | 47 aspeed-pwm-tacho
|
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
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | kirkwood-dnskw.dtsi | 121 pmx_fan_tacho: pmx-fan-tacho {
|
A D | aspeed-g4.dtsi | 333 pwm_tacho: pwm-tacho-controller@1e786000 { 334 compatible = "aspeed,ast2400-pwm-tacho";
|
A D | aspeed-g5.dtsi | 428 pwm_tacho: pwm-tacho-controller@1e786000 { 429 compatible = "aspeed,ast2500-pwm-tacho";
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | reg.h | 9213 MLXSW_ITEM32(reg, mfsm, tacho, 0x00, 24, 4); 9221 static inline void mlxsw_reg_mfsm_pack(char *payload, u8 tacho) in mlxsw_reg_mfsm_pack() argument 9224 mlxsw_reg_mfsm_tacho_set(payload, tacho); in mlxsw_reg_mfsm_pack() 9242 MLXSW_ITEM32(reg, mfsl, tacho, 0x00, 24, 4); 9256 static inline void mlxsw_reg_mfsl_pack(char *payload, u8 tacho, in mlxsw_reg_mfsl_pack() argument 9260 mlxsw_reg_mfsl_tacho_set(payload, tacho); in mlxsw_reg_mfsl_pack() 9265 static inline void mlxsw_reg_mfsl_unpack(char *payload, u8 tacho, in mlxsw_reg_mfsl_unpack() argument 9293 static inline void mlxsw_reg_fore_unpack(char *payload, u8 tacho, in mlxsw_reg_fore_unpack() argument 9300 *fault = limit & BIT(tacho); in mlxsw_reg_fore_unpack()
|
Completed in 31 milliseconds