HomeSort by: relevance | last modified time | path
    Searched defs:tcon (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/samsung/
exynos_pwm.c 46 #define TCON 0x08
93 uint32_t tcon; local in function:exynos_pwm_enable
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)
118 uint32_t tcon, tcntb, tcmpb; local in function:exynos_pwm_get_config
136 uint32_t tcon, tcntb, tcmpb; local in function:exynos_pwm_set_config
    [all...]
  /src/sys/arch/atari/dev/
zs.c 1096 int tcon = 0; /* XXX gcc4 -Wuninitialized */ local in function:zsparam
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 in function:zsbaudrate
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 55 milliseconds