Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pwm/
Dpwm-mediatek.c69 struct mtk_pwm_chip { struct
80 static inline struct mtk_pwm_chip *to_mtk_pwm_chip(struct pwm_chip *chip) in to_mtk_pwm_chip() argument
82 return container_of(chip, struct mtk_pwm_chip, chip); in to_mtk_pwm_chip()
87 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_clk_enable()
117 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_clk_disable()
127 static inline u32 mtk_pwm_readl(struct mtk_pwm_chip *chip, unsigned int num, in mtk_pwm_readl()
133 static inline void mtk_pwm_writel(struct mtk_pwm_chip *chip, in mtk_pwm_writel()
143 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_config()
193 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_enable()
210 struct mtk_pwm_chip *pc = to_mtk_pwm_chip(chip); in mtk_pwm_disable()
[all …]