Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Daspeed-pwm-tacho.c201 enum type { TYPEM, TYPEN, TYPEO }; enumerator
214 [TYPEM] = {
721 priv->type_pwm_clock_division_h[TYPEM] = M_PWM_DIV_H; in aspeed_create_type()
722 priv->type_pwm_clock_division_l[TYPEM] = M_PWM_DIV_L; in aspeed_create_type()
723 priv->type_pwm_clock_unit[TYPEM] = M_PWM_PERIOD; in aspeed_create_type()
724 aspeed_set_pwm_clock_values(priv->regmap, TYPEM, M_PWM_DIV_H, in aspeed_create_type()
726 aspeed_set_tacho_type_enable(priv->regmap, TYPEM, true); in aspeed_create_type()
727 priv->type_fan_tach_clock_division[TYPEM] = M_TACH_CLK_DIV; in aspeed_create_type()
728 priv->type_fan_tach_unit[TYPEM] = M_TACH_UNIT; in aspeed_create_type()
729 priv->type_fan_tach_mode[TYPEM] in aspeed_create_type()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Daspeed-pwm-tacho.c200 enum type { TYPEM, TYPEN, TYPEO }; enumerator
213 [TYPEM] = {
720 priv->type_pwm_clock_division_h[TYPEM] = M_PWM_DIV_H; in aspeed_create_type()
721 priv->type_pwm_clock_division_l[TYPEM] = M_PWM_DIV_L; in aspeed_create_type()
722 priv->type_pwm_clock_unit[TYPEM] = M_PWM_PERIOD; in aspeed_create_type()
723 aspeed_set_pwm_clock_values(priv->regmap, TYPEM, M_PWM_DIV_H, in aspeed_create_type()
725 aspeed_set_tacho_type_enable(priv->regmap, TYPEM, true); in aspeed_create_type()
726 priv->type_fan_tach_clock_division[TYPEM] = M_TACH_CLK_DIV; in aspeed_create_type()
727 priv->type_fan_tach_unit[TYPEM] = M_TACH_UNIT; in aspeed_create_type()
728 priv->type_fan_tach_mode[TYPEM] in aspeed_create_type()
[all...]

Completed in 4 milliseconds