Searched refs:tcmp (Results 1 – 2 of 2) sorted by relevance
69 unsigned long tcmp; in pwm_config() local91 tcmp = duty_ns / tin_ns; in pwm_config()92 tcmp = tcnt - tcmp; in pwm_config()98 writel(tcmp, &pwm->tcmpb0 + offset); in pwm_config()
29 u32 tcnt, tcmp, tcon; in exynos_pwm_set_config() local46 tcmp = duty_ns / rate_ns; in exynos_pwm_set_config()47 debug("%s: tcnt %u, tcmp %u\n", __func__, tcnt, tcmp); in exynos_pwm_set_config()50 writel(tcmp, ®s->tcmpb0 + offset); in exynos_pwm_set_config()