Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-brcmstb.c54 struct brcmstb_pwm { struct
60 static inline u32 brcmstb_pwm_readl(struct brcmstb_pwm *p, in brcmstb_pwm_readl() argument
69 static inline void brcmstb_pwm_writel(struct brcmstb_pwm *p, u32 value, in brcmstb_pwm_writel()
78 static inline struct brcmstb_pwm *to_brcmstb_pwm(struct pwm_chip *chip) in to_brcmstb_pwm()
80 return container_of(chip, struct brcmstb_pwm, chip); in to_brcmstb_pwm()
99 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_config()
176 static inline void brcmstb_pwm_enable_set(struct brcmstb_pwm *p, in brcmstb_pwm_enable_set()
198 struct brcmstb_pwm *p = to_brcmstb_pwm(chip); in brcmstb_pwm_apply()
234 struct brcmstb_pwm *p; in brcmstb_pwm_probe()
280 struct brcmstb_pwm *p = platform_get_drvdata(pdev); in brcmstb_pwm_remove()
[all …]