Lines Matching defs:aspeed_pwm_tacho_data
181 struct aspeed_pwm_tacho_data { struct
182 struct regmap *regmap;
183 struct reset_control *rst;
184 unsigned long clk_freq;
185 bool pwm_present[8];
186 bool fan_tach_present[MAX_ASPEED_FAN_TACH_CHANNELS];
187 u8 type_pwm_clock_unit[3];
188 u8 type_pwm_clock_division_h[3];
189 u8 type_pwm_clock_division_l[3];
190 u8 type_fan_tach_clock_division[3];
191 u8 type_fan_tach_mode[3];
192 u16 type_fan_tach_unit[3];
193 u8 pwm_port_type[8];
194 u8 pwm_port_fan_ctrl[8];
195 u8 fan_tach_ch_source[MAX_ASPEED_FAN_TACH_CHANNELS];
196 struct aspeed_cooling_device *cdev[8];
197 const struct attribute_group *groups[3];
199 struct mutex tach_lock;