Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Daspeed-pwm-tacho.c202 enum type { TYPEM, TYPEN, TYPEO }; enumerator
215 [TYPEM] = {
722 priv->type_pwm_clock_division_h[TYPEM] = M_PWM_DIV_H; in aspeed_create_type()
723 priv->type_pwm_clock_division_l[TYPEM] = M_PWM_DIV_L; in aspeed_create_type()
724 priv->type_pwm_clock_unit[TYPEM] = M_PWM_PERIOD; in aspeed_create_type()
725 aspeed_set_pwm_clock_values(priv->regmap, TYPEM, M_PWM_DIV_H, in aspeed_create_type()
727 aspeed_set_tacho_type_enable(priv->regmap, TYPEM, true); in aspeed_create_type()
728 priv->type_fan_tach_clock_division[TYPEM] = M_TACH_CLK_DIV; in aspeed_create_type()
729 priv->type_fan_tach_unit[TYPEM] = M_TACH_UNIT; in aspeed_create_type()
730 priv->type_fan_tach_mode[TYPEM] = M_TACH_MODE; in aspeed_create_type()
[all …]