Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c41 unsigned pcnt,tcnt; in pvr2_eeprom_fetch() local
77 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_eeprom_fetch()
79 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_eeprom_fetch()
80 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_eeprom_fetch()
88 msg[1].buf = eeprom+tcnt; in pvr2_eeprom_fetch()
Dpvrusb2-i2c-core.c385 u16 tcnt,bcnt,offs; in pvr2_i2c_xfer() local
398 tcnt = msgs[0].len; in pvr2_i2c_xfer()
400 while (tcnt) { in pvr2_i2c_xfer()
401 bcnt = tcnt; in pvr2_i2c_xfer()
411 tcnt -= bcnt; in pvr2_i2c_xfer()
432 u16 tcnt,bcnt,wcnt,offs; in pvr2_i2c_xfer() local
437 tcnt = msgs[1].len; in pvr2_i2c_xfer()
440 while (tcnt || wcnt) { in pvr2_i2c_xfer()
441 bcnt = tcnt; in pvr2_i2c_xfer()
452 tcnt -= bcnt; in pvr2_i2c_xfer()
Dpvrusb2-hdw.c3334 unsigned pcnt,tcnt; in pvr2_full_eeprom_fetch() local
3370 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch()
3372 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch()
3373 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_full_eeprom_fetch()
3381 msg[1].buf = eeprom+tcnt; in pvr2_full_eeprom_fetch()
4676 unsigned int tcnt = 0; in print_input_mask() local
4679 ccnt = scnprintf(buf+tcnt, in print_input_mask()
4680 acnt-tcnt, in print_input_mask()
4682 (tcnt ? ", " : ""), in print_input_mask()
4684 tcnt += ccnt; in print_input_mask()
[all …]
Dpvrusb2-v4l2.c1091 int tcnt = 0; in pvr2_v4l2_read() local
1102 tcnt = c2; in pvr2_v4l2_read()
1107 tcnt = -EFAULT; in pvr2_v4l2_read()
1111 tcnt += c2; in pvr2_v4l2_read()
1117 return tcnt; in pvr2_v4l2_read()
/drivers/net/ethernet/microchip/sparx5/
Dsparx5_main.h321 static inline __pure int spx5_offset(int id, int tinst, int tcnt, in spx5_offset() argument
327 WARN_ON((tinst) >= tcnt); in spx5_offset()
338 int id, int tinst, int tcnt, in spx5_addr() argument
344 WARN_ON((tinst) >= tcnt); in spx5_addr()
365 static inline u32 spx5_rd(struct sparx5 *sparx5, int id, int tinst, int tcnt, in spx5_rd() argument
369 return readl(spx5_addr(sparx5->regs, id, tinst, tcnt, gbase, ginst, in spx5_rd()
373 static inline u32 spx5_inst_rd(void __iomem *iomem, int id, int tinst, int tcnt, in spx5_inst_rd() argument
382 int id, int tinst, int tcnt, in spx5_wr() argument
386 writel(val, spx5_addr(sparx5->regs, id, tinst, tcnt, in spx5_wr()
392 int id, int tinst, int tcnt, in spx5_inst_wr() argument
[all …]
/drivers/phy/microchip/
Dsparx5_serdes.h52 int id, int tinst, int tcnt, in sdx5_addr() argument
58 WARN_ON((tinst) >= tcnt); in sdx5_addr()
80 int id, int tinst, int tcnt, in sdx5_rmw() argument
86 sdx5_addr(priv->regs, id, tinst, tcnt, in sdx5_rmw()
95 int id, int tinst, int tcnt, in sdx5_inst_rmw() argument
125 int id, int tinst, int tcnt, in sdx5_inst_addr() argument
/drivers/clocksource/
Dh8300_tpu.c35 unsigned long tcnt; in read_tcnt32() local
37 tcnt = ioread16be(p->mapbase1 + TCNT) << 16; in read_tcnt32()
38 tcnt |= ioread16be(p->mapbase2 + TCNT); in read_tcnt32()
39 return tcnt; in read_tcnt32()
Dsamsung_pwm_timer.c136 static void samsung_time_setup(unsigned int channel, unsigned long tcnt) in samsung_time_setup() argument
152 writel_relaxed(tcnt, pwm.base + REG_TCNTB(channel)); in samsung_time_setup()
153 writel_relaxed(tcnt, pwm.base + REG_TCMPB(channel)); in samsung_time_setup()
/drivers/pwm/
Dpwm-samsung.c308 u32 tin_ns = chan->tin_ns, tcnt, tcmp, oldtcmp; in __pwm_samsung_config() local
318 tcnt = readl(our_chip->base + REG_TCNTB(pwm->hwpwm)); in __pwm_samsung_config()
322 ++tcnt; in __pwm_samsung_config()
339 tcnt = period_ns / tin_ns; in __pwm_samsung_config()
343 if (tcnt <= 1) in __pwm_samsung_config()
353 tcmp = tcnt - tcmp; in __pwm_samsung_config()
356 --tcnt; in __pwm_samsung_config()
361 "tin_ns=%u, tcmp=%u/%u\n", tin_ns, tcmp, tcnt); in __pwm_samsung_config()
364 writel(tcnt, our_chip->base + REG_TCNTB(pwm->hwpwm)); in __pwm_samsung_config()
Dpwm-berlin.c45 u32 tcnt; member
280 channel->tcnt = berlin_pwm_readl(bpc, i, BERLIN_PWM_TCNT); in berlin_pwm_suspend()
307 berlin_pwm_writel(bpc, i, channel->tcnt, BERLIN_PWM_TCNT); in berlin_pwm_resume()
/drivers/watchdog/
Dmeson_gxbb_wdt.c71 unsigned long tcnt = timeout * 1000; in meson_gxbb_wdt_set_timeout() local
73 if (tcnt > GXBB_WDT_TCNT_SETUP_MASK) in meson_gxbb_wdt_set_timeout()
74 tcnt = GXBB_WDT_TCNT_SETUP_MASK; in meson_gxbb_wdt_set_timeout()
80 writel(tcnt, data->reg_base + GXBB_WDT_TCNT_REG); in meson_gxbb_wdt_set_timeout()
/drivers/infiniband/hw/hfi1/
Diowait.c118 u8 cnt, tcnt; in iowait_priority_update_top() local
122 tcnt = (top->priority << IOWAIT_PRIORITY_STARVE_SHIFT) + in iowait_priority_update_top()
124 if (cnt > tcnt) in iowait_priority_update_top()
/drivers/ntb/test/
Dntb_perf.c199 u8 tcnt; member
1051 static int perf_set_tcnt(struct perf_ctx *perf, u8 tcnt) in perf_set_tcnt() argument
1053 if (tcnt == 0 || tcnt > MAX_THREADS_CNT) in perf_set_tcnt()
1059 perf->tcnt = tcnt; in perf_set_tcnt()
1093 atomic_set(&perf->tsync, perf->tcnt); in perf_submit_test()
1101 if (tidx < perf->tcnt) in perf_submit_test()
1157 perf->tcnt = DEF_THREADS_CNT; in perf_init_threads()
1323 pos = scnprintf(buf, sizeof(buf), "%hhu\n", perf->tcnt); in perf_dbgfs_read_tcnt()
/drivers/rapidio/
Drio.c1536 int tcnt = 0; in rio_lock_device() local
1545 if (wait_ms != 0 && tcnt == wait_ms) { in rio_lock_device()
1553 tcnt++; in rio_lock_device()
/drivers/dma/lgm/
Dlgm-dma.c421 static void ldma_dev_df_tout_cfg(struct ldma_dev *d, bool enable, int tcnt) in ldma_dev_df_tout_cfg() argument
428 val = DMA_CTRL_DESC_TMOUT_EN_V31 | FIELD_PREP(DMA_CTRL_DESC_TMOUT_CNT_V31, tcnt); in ldma_dev_df_tout_cfg()