Searched defs:aspeed_pwm_tacho_data (Results 1 – 1 of 1) sorted by relevance
179 struct aspeed_pwm_tacho_data { struct180 struct regmap *regmap;181 struct reset_control *rst;182 unsigned long clk_freq;183 bool pwm_present[8];184 bool fan_tach_present[16];185 u8 type_pwm_clock_unit[3];186 u8 type_pwm_clock_division_h[3];187 u8 type_pwm_clock_division_l[3];188 u8 type_fan_tach_clock_division[3];[all …]