Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pwm/
Dpwm-atmel.c79 struct atmel_pwm_chip { struct
99 static inline struct atmel_pwm_chip *to_atmel_pwm_chip(struct pwm_chip *chip) in to_atmel_pwm_chip() argument
104 static inline u32 atmel_pwm_readl(struct atmel_pwm_chip *chip, in atmel_pwm_readl()
110 static inline void atmel_pwm_writel(struct atmel_pwm_chip *chip, in atmel_pwm_writel()
116 static inline u32 atmel_pwm_ch_readl(struct atmel_pwm_chip *chip, in atmel_pwm_ch_readl()
124 static inline void atmel_pwm_ch_writel(struct atmel_pwm_chip *chip, in atmel_pwm_ch_writel()
133 static void atmel_pwm_update_pending(struct atmel_pwm_chip *chip) in atmel_pwm_update_pending()
146 static void atmel_pwm_set_pending(struct atmel_pwm_chip *chip, unsigned int ch) in atmel_pwm_set_pending()
161 static int atmel_pwm_test_pending(struct atmel_pwm_chip *chip, unsigned int ch) in atmel_pwm_test_pending()
179 static int atmel_pwm_wait_nonpending(struct atmel_pwm_chip *chip, unsigned int ch) in atmel_pwm_wait_nonpending()
[all …]