Lines Matching defs:sun4i_pwm_chip
83 struct sun4i_pwm_chip {
93 static inline struct sun4i_pwm_chip *to_sun4i_pwm_chip(struct pwm_chip *chip)
95 return container_of(chip, struct sun4i_pwm_chip, chip);
98 static inline u32 sun4i_pwm_readl(struct sun4i_pwm_chip *chip,
104 static inline void sun4i_pwm_writel(struct sun4i_pwm_chip *chip,
114 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip);
170 static int sun4i_pwm_calculate(struct sun4i_pwm_chip *sun4i_pwm,
236 struct sun4i_pwm_chip *sun4i_pwm = to_sun4i_pwm_chip(chip);
388 struct sun4i_pwm_chip *sun4ichip;
481 struct sun4i_pwm_chip *sun4ichip = platform_get_drvdata(pdev);