Searched defs:sunxi_pwm_chip (Results 1 – 1 of 1) sorted by relevance
86 struct sunxi_pwm_chip { struct87 struct pinctrl *pctl;88 struct pwm_chip chip;89 struct sunxi_pwm_hw_data *data;90 struct sunxi_pwm_config *config;91 struct clk *pwm_clk;92 struct reset_control *pwm_rst_clk;93 void __iomem *base;94 unsigned int g_channel;95 unsigned int g_polarity;[all …]