Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/
H A Dpwm.c69 unsigned long tcmp; in pwm_config() local
91 tcmp = duty_ns / tin_ns; in pwm_config()
92 tcmp = tcnt - tcmp; in pwm_config()
98 writel(tcmp, &pwm->tcmpb0 + offset); in pwm_config()
/rk3399_rockchip-uboot/drivers/pwm/
H A Dexynos_pwm.c29 u32 tcnt, tcmp, tcon; in exynos_pwm_set_config() local
46 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, &regs->tcmpb0 + offset); in exynos_pwm_set_config()