Searched defs:sti_pwm_chip (Results 1 – 1 of 1) sorted by relevance
76 struct sti_pwm_chip { struct77 struct device *dev;78 struct clk *pwm_clk;79 struct clk *cpt_clk;80 struct regmap *regmap;81 unsigned int pwm_num_devs;82 unsigned int cpt_num_devs;83 unsigned int max_pwm_cnt;84 unsigned int max_prescale;85 struct sti_cpt_ddata *ddata;[all …]