Searched defs:tcnt (Results 1 - 7 of 7) sorted by relevance

/drivers/media/usb/pvrusb2/
H A Dpvrusb2-eeprom.c55 unsigned pcnt,tcnt; local
93 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) {
95 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt;
96 offs = tcnt + (eepromSize - EEPROM_SIZE);
104 msg[1].buf = eeprom+tcnt;
H A Dpvrusb2-i2c-core.c406 u16 tcnt,bcnt,offs; local
419 tcnt = msgs[0].len;
421 while (tcnt) {
422 bcnt = tcnt;
432 tcnt -= bcnt;
454 u16 tcnt,bcnt,wcnt,offs; local
459 tcnt = msgs[1].len;
462 while (tcnt || wcnt) {
463 bcnt = tcnt;
474 tcnt
[all...]
H A Dpvrusb2-v4l2.c1165 int tcnt = 0; local
1176 tcnt = c2;
1181 tcnt = -EFAULT;
1185 tcnt += c2;
1191 return tcnt;
H A Dpvrusb2-hdw.c3374 unsigned pcnt,tcnt; local
3412 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) {
3414 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt;
3415 offs = tcnt + (eepromSize - EEPROM_SIZE);
3423 msg[1].buf = eeprom+tcnt;
4701 unsigned int tcnt = 0; local
4704 ccnt = scnprintf(buf+tcnt,
4784 unsigned int tcnt = 0; local
4842 unsigned int tcnt = 0; local
[all...]
/drivers/clocksource/
H A Dsamsung_pwm_timer.c140 static void samsung_time_setup(unsigned int channel, unsigned long tcnt) argument
156 __raw_writel(tcnt, pwm.base + REG_TCNTB(channel));
157 __raw_writel(tcnt, pwm.base + REG_TCMPB(channel));
/drivers/pwm/
H A Dpwm-samsung.c277 u32 tin_ns = chan->tin_ns, tcnt, tcmp; local
290 tcnt = readl(our_chip->base + REG_TCNTB(pwm->hwpwm));
293 ++tcnt;
310 tcnt = period_ns / tin_ns;
314 if (tcnt <= 1)
324 tcmp = tcnt - tcmp;
327 --tcnt;
332 "tin_ns=%u, tcmp=%u/%u\n", tin_ns, tcmp, tcnt);
335 writel(tcnt, our_chip->base + REG_TCNTB(pwm->hwpwm));
/drivers/rapidio/
H A Drio.c1294 int tcnt = 0; local
1303 if (wait_ms != 0 && tcnt == wait_ms) {
1311 tcnt++;

Completed in 358 milliseconds