Home
last modified time | relevance | path

Searched refs:atmel_pwm_chip (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/pwm/
Dpwm-atmel.c80 struct atmel_pwm_chip { struct
101 static inline struct atmel_pwm_chip *to_atmel_pwm_chip(struct pwm_chip *chip) in to_atmel_pwm_chip() argument
103 return container_of(chip, struct atmel_pwm_chip, chip); in to_atmel_pwm_chip()
106 static inline u32 atmel_pwm_readl(struct atmel_pwm_chip *chip, in atmel_pwm_readl()
112 static inline void atmel_pwm_writel(struct atmel_pwm_chip *chip, in atmel_pwm_writel()
118 static inline u32 atmel_pwm_ch_readl(struct atmel_pwm_chip *chip, in atmel_pwm_ch_readl()
126 static inline void atmel_pwm_ch_writel(struct atmel_pwm_chip *chip, in atmel_pwm_ch_writel()
135 static void atmel_pwm_update_pending(struct atmel_pwm_chip *chip) in atmel_pwm_update_pending()
148 static void atmel_pwm_set_pending(struct atmel_pwm_chip *chip, unsigned int ch) in atmel_pwm_set_pending()
163 static int atmel_pwm_test_pending(struct atmel_pwm_chip *chip, unsigned int ch) in atmel_pwm_test_pending()
[all …]