Searched defs:vt8500 (Results 1 - 1 of 1) sorted by relevance

/drivers/pwm/
H A Dpwm-vt8500.c2 * drivers/pwm/pwm-vt8500.c
67 static inline void pwm_busy_wait(struct vt8500_chip *vt8500, int nr, u8 bitmask) argument
72 while ((readl(vt8500->base + REG_STATUS) & mask) && --loops)
76 dev_warn(vt8500->chip.dev, "Waiting for status bits 0x%x to clear timed out\n",
83 struct vt8500_chip *vt8500 = to_vt8500_chip(chip); local
89 err = clk_enable(vt8500->clk);
95 c = clk_get_rate(vt8500->clk);
108 clk_disable(vt8500->clk);
116 writel(prescale, vt8500->base + REG_SCALAR(pwm->hwpwm));
117 pwm_busy_wait(vt8500, pw
136 struct vt8500_chip *vt8500 = to_vt8500_chip(chip); local
156 struct vt8500_chip *vt8500 = to_vt8500_chip(chip); local
171 struct vt8500_chip *vt8500 = to_vt8500_chip(chip); local
[all...]

Completed in 27 milliseconds