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

/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_pwm.c93 uint32_t tcon; local
96 tcon = PWM_READ(sc, TCON);
97 tcon &= ~TCON_START(timer->timer_index);
98 tcon |= TCON_UPDATE(timer->timer_index);
99 PWM_WRITE(sc, TCON, tcon);
100 tcon &= ~TCON_UPDATE(timer->timer_index);
101 tcon |= TCON_START(timer->timer_index);
102 tcon |= TCON_AUTO_RELOAD(timer->timer_index);
103 PWM_WRITE(sc, TCON, tcon);
105 tcon
118 uint32_t tcon, tcntb, tcmpb; local
136 uint32_t tcon, tcntb, tcmpb; local
[all...]
/netbsd-current/sys/arch/atari/dev/
H A Dzs.c1096 int tcon = 0; /* XXX gcc4 -Wuninitialized */ local
1108 tmp = zsbaudrate(unit, tmp, &cdiv, &clkm, &brgm, &tcon);
1152 cs->cs_preg[12] = tcon;
1153 cs->cs_preg[13] = tcon >> 8;
1202 int diff, bps, div, clkm, brgm, tcon; local
1204 bps = div = clkm = brgm = tcon = 0;
1224 tcon = BPS_TO_TCONST(freq, wanted);
1225 if (tcon < 0)
1226 tcon = 0;
1227 bps = TCONST_TO_BPS(freq, tcon);
[all...]

Completed in 161 milliseconds