Searched refs:tcntb (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_pwm.c118 uint32_t tcon, tcntb, tcmpb; local
121 tcntb = PWM_READ(sc, TCNTB(timer->timer_index));
125 conf->period = (u_int)(((uint64_t)tcntb * 1000000000) / sc->sc_clkfreq);
136 uint32_t tcon, tcntb, tcmpb; local
145 tcntb = conf->period / (1000000000 / sc->sc_clkfreq);
149 tcmpb = tcntb - tcmpb;
151 PWM_WRITE(sc, TCNTB(timer->timer_index), tcntb - 1);

Completed in 194 milliseconds