Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-brcmstb.c63 struct brcmstb_pwm { struct
70 static inline u32 brcmstb_pwm_readl(struct brcmstb_pwm *p, in brcmstb_pwm_readl() argument
79 static inline void brcmstb_pwm_writel(struct brcmstb_pwm *p, u32 value, in brcmstb_pwm_writel()
88 static inline struct brcmstb_pwm *to_brcmstb_pwm(struct pwm_chip *chip) in to_brcmstb_pwm()
90 return container_of(chip, struct brcmstb_pwm, chip); in to_brcmstb_pwm()
109 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_config()
193 static inline void brcmstb_pwm_enable_set(struct brcmstb_pwm *p, in brcmstb_pwm_enable_set()
216 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_enable()
225 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_disable()
245 struct brcmstb_pwm *p; in brcmstb_pwm_probe()
[all …]