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