Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/
H A Dslicetimer.c38 out_be32(&timerp->tcnt, usec * freq); in __udelay()
69 out_be32(&timerp->tcnt, 0); in timer_init()
77 out_be32(&timerp->tcnt, 1000 * CONFIG_SYS_TIMER_PRESCALER); in timer_init()
/rk3399_rockchip-uboot/drivers/pwm/
H A Dexynos_pwm.c29 u32 tcnt, tcmp, tcon; in exynos_pwm_set_config() local
45 tcnt = period_ns / rate_ns; in exynos_pwm_set_config()
47 debug("%s: tcnt %u, tcmp %u\n", __func__, tcnt, tcmp); in exynos_pwm_set_config()
49 writel(tcnt, &regs->tcntb0 + offset); in exynos_pwm_set_config()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/
H A Dpwm.c68 unsigned long tcnt; in pwm_config() local
88 tcnt = period_ns / tin_ns; in pwm_config()
92 tcmp = tcnt - tcmp; in pwm_config()
97 writel(tcnt, &pwm->tcntb0 + offset); in pwm_config()
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dimmap_547x_8x.h113 u32 tcnt; /* 0x00 */ member