Home
last modified time | relevance | path

Searched refs:TYPEM (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Daspeed-pwm-tacho.c202 enum type { TYPEM, TYPEN, TYPEO }; enumerator
215 [TYPEM] = {
742 priv->type_pwm_clock_division_h[TYPEM] = M_PWM_DIV_H; in aspeed_create_type()
743 priv->type_pwm_clock_division_l[TYPEM] = M_PWM_DIV_L; in aspeed_create_type()
744 priv->type_pwm_clock_unit[TYPEM] = M_PWM_PERIOD; in aspeed_create_type()
745 aspeed_set_pwm_clock_values(priv->regmap, TYPEM, M_PWM_DIV_H, in aspeed_create_type()
747 aspeed_set_tacho_type_enable(priv->regmap, TYPEM, true); in aspeed_create_type()
748 priv->type_fan_tach_clock_division[TYPEM] = M_TACH_CLK_DIV; in aspeed_create_type()
749 priv->type_fan_tach_unit[TYPEM] = M_TACH_UNIT; in aspeed_create_type()
750 priv->type_fan_tach_mode[TYPEM] = M_TACH_MODE; in aspeed_create_type()
[all …]