Lines Matching defs:sun4i_pwm_chip
84 struct sun4i_pwm_chip {
95 static inline struct sun4i_pwm_chip *to_sun4i_pwm_chip(struct pwm_chip *chip)
97 return container_of(chip, struct sun4i_pwm_chip, chip);
100 static inline u32 sun4i_pwm_readl(struct sun4i_pwm_chip *chip,
106 static inline void sun4i_pwm_writel(struct sun4i_pwm_chip *chip,
116 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip);
168 static int sun4i_pwm_calculate(struct sun4i_pwm_chip *sun4i_pwm,
234 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip);
393 struct sun4i_pwm_chip *pwm;
491 struct sun4i_pwm_chip *pwm = platform_get_drvdata(pdev);