Home
last modified time | relevance | path

Searched refs:wcnt (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/c6x/platforms/
Dcache.c138 unsigned int wcnt = in cache_block_operation() local
143 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation()
162 if (wcnt > 0xffff) in cache_block_operation()
165 wc = wcnt; in cache_block_operation()
183 unsigned int wcnt = in cache_block_operation_nowait() local
188 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation_nowait()
194 if (wcnt > 0xffff) in cache_block_operation_nowait()
197 wc = wcnt; in cache_block_operation_nowait()
205 if (wcnt > 0xffff) in cache_block_operation_nowait()
/linux-4.4.14/drivers/isdn/hardware/avm/
Davmcard.h414 unsigned wcnt = 0, bcnt = 0; in t1_get_slice() local
430 wcnt += FIFO_INPBSIZE; in t1_get_slice()
436 wcnt += i; in t1_get_slice()
451 if (wcnt) in t1_get_slice()
453 base, len, wcnt, bcnt); in t1_get_slice()
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-i2c-core.c454 u16 tcnt,bcnt,wcnt,offs; in pvr2_i2c_xfer() local
460 wcnt = msgs[0].len; in pvr2_i2c_xfer()
462 while (tcnt || wcnt) { in pvr2_i2c_xfer()
468 msgs[0].buf,wcnt, in pvr2_i2c_xfer()
475 wcnt = 0; in pvr2_i2c_xfer()
/linux-4.4.14/drivers/spi/
Dspi-omap2-mcspi.c303 unsigned int wcnt; in omap2_mcspi_set_fifo() local
324 wcnt = t->len / bytes_per_word; in omap2_mcspi_set_fifo()
325 if (wcnt > OMAP2_MCSPI_MAX_FIFOWCNT) in omap2_mcspi_set_fifo()
328 xferlevel = wcnt << 16; in omap2_mcspi_set_fifo()