Home
last modified time | relevance | path

Searched defs:aspeed_pwm_tacho_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/hwmon/
Daspeed-pwm-tacho.c183 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];
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/
Daspeed-pwm-tacho.c180 struct aspeed_pwm_tacho_data { struct
181 struct regmap *regmap;
182 struct reset_control *rst;
183 unsigned long clk_freq;
184 bool pwm_present[8];
185 bool fan_tach_present[16];
186 u8 type_pwm_clock_unit[3];
187 u8 type_pwm_clock_division_h[3];
188 u8 type_pwm_clock_division_l[3];
189 u8 type_fan_tach_clock_division[3];
[all …]