Searched refs:tacho (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/hwmon/ |
| D | mlxreg-fan.c | 104 struct mlxreg_fan_tacho tacho[MLXREG_FAN_MAX_TACHO]; member 117 struct mlxreg_fan_tacho *tacho; in mlxreg_fan_read() local 123 tacho = &fan->tacho[channel]; in mlxreg_fan_read() 126 err = regmap_read(fan->regmap, tacho->reg, ®val); in mlxreg_fan_read() 135 err = regmap_read(fan->regmap, tacho->reg, ®val); in mlxreg_fan_read() 139 *val = MLXREG_FAN_GET_FAULT(regval, tacho->mask); in mlxreg_fan_read() 201 if (!(((struct mlxreg_fan *)data)->tacho[channel].connected)) in mlxreg_fan_is_visible() 416 fan->tacho[tacho_num].reg = data->reg; in mlxreg_fan_config() 417 fan->tacho[tacho_num].mask = data->mask; in mlxreg_fan_config() 418 fan->tacho[tacho_num++].connected = true; in mlxreg_fan_config()
|
| D | Makefile | 52 obj-$(CONFIG_SENSORS_ASPEED) += aspeed-pwm-tacho.o
|
| /Linux-v5.4/Documentation/devicetree/bindings/hwmon/ |
| 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-v5.4/Documentation/hwmon/ |
| D | aspeed-pwm-tacho.rst | 1 Kernel driver aspeed-pwm-tacho 13 controller. The PWM controller supports upto 8 PWM outputs. The Fan tacho
|
| D | npcm750-pwm-fan.rst | 15 controller. The PWM controller supports up to 8 PWM outputs. The Fan tacho
|
| D | index.rst | 43 aspeed-pwm-tacho
|
| 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-v5.4/arch/arm/boot/dts/ |
| D | kirkwood-dnskw.dtsi | 121 pmx_fan_tacho: pmx-fan-tacho {
|
| D | aspeed-g4.dtsi | 303 pwm_tacho: pwm-tacho-controller@1e786000 { 304 compatible = "aspeed,ast2400-pwm-tacho";
|
| D | aspeed-g5.dtsi | 365 pwm_tacho: pwm-tacho-controller@1e786000 { 366 compatible = "aspeed,ast2500-pwm-tacho";
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | reg.h | 8064 MLXSW_ITEM32(reg, mfsm, tacho, 0x00, 24, 4); 8072 static inline void mlxsw_reg_mfsm_pack(char *payload, u8 tacho) in mlxsw_reg_mfsm_pack() argument 8075 mlxsw_reg_mfsm_tacho_set(payload, tacho); in mlxsw_reg_mfsm_pack() 8093 MLXSW_ITEM32(reg, mfsl, tacho, 0x00, 24, 4); 8107 static inline void mlxsw_reg_mfsl_pack(char *payload, u8 tacho, in mlxsw_reg_mfsl_pack() argument 8111 mlxsw_reg_mfsl_tacho_set(payload, tacho); in mlxsw_reg_mfsl_pack() 8116 static inline void mlxsw_reg_mfsl_unpack(char *payload, u8 tacho, in mlxsw_reg_mfsl_unpack() argument 8144 static inline void mlxsw_reg_fore_unpack(char *payload, u8 tacho, in mlxsw_reg_fore_unpack() argument 8151 *fault = limit & BIT(tacho); in mlxsw_reg_fore_unpack()
|