Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Daspeed-pwm-tacho.c199 enum type { TYPEM, TYPEN, TYPEO }; enumerator
212 [TYPEM] = {
715 priv->type_pwm_clock_division_h[TYPEM] = M_PWM_DIV_H; in aspeed_create_type()
716 priv->type_pwm_clock_division_l[TYPEM] = M_PWM_DIV_L; in aspeed_create_type()
717 priv->type_pwm_clock_unit[TYPEM] = M_PWM_PERIOD; in aspeed_create_type()
718 aspeed_set_pwm_clock_values(priv->regmap, TYPEM, M_PWM_DIV_H, in aspeed_create_type()
720 aspeed_set_tacho_type_enable(priv->regmap, TYPEM, true); in aspeed_create_type()
721 priv->type_fan_tach_clock_division[TYPEM] = M_TACH_CLK_DIV; in aspeed_create_type()
722 priv->type_fan_tach_unit[TYPEM] = M_TACH_UNIT; in aspeed_create_type()
723 priv->type_fan_tach_mode[TYPEM] = M_TACH_MODE; in aspeed_create_type()
[all …]