Searched refs:tacho (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hwmon/
H A Dmlxreg-fan.c99 * @tacho: tachometer data;
109 struct mlxreg_fan_tacho tacho[MLXREG_FAN_MAX_TACHO]; member in struct:mlxreg_fan
124 struct mlxreg_fan_tacho *tacho; local
131 tacho = &fan->tacho[channel];
138 if (tacho->prsnt && fan->tachos_per_drwr) {
139 err = regmap_read(fan->regmap, tacho->prsnt, &regval);
154 err = regmap_read(fan->regmap, tacho->reg, &regval);
158 if (MLXREG_FAN_GET_FAULT(regval, tacho->mask)) {
169 err = regmap_read(fan->regmap, tacho
[all...]
H A DMakefile57 obj-$(CONFIG_SENSORS_ASPEED) += aspeed-pwm-tacho.o
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h9351 MLXSW_ITEM32(reg, mfsm, tacho, 0x00, 24, 4);
9359 static inline void mlxsw_reg_mfsm_pack(char *payload, u8 tacho) argument
9362 mlxsw_reg_mfsm_tacho_set(payload, tacho);
9380 MLXSW_ITEM32(reg, mfsl, tacho, 0x00, 24, 4);
9394 static inline void mlxsw_reg_mfsl_pack(char *payload, u8 tacho, argument
9398 mlxsw_reg_mfsl_tacho_set(payload, tacho);
9403 static inline void mlxsw_reg_mfsl_unpack(char *payload, u8 tacho, argument
9431 static inline void mlxsw_reg_fore_unpack(char *payload, u8 tacho, argument
9438 *fault = limit & BIT(tacho);

Completed in 135 milliseconds