Searched refs:wcnt (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/c6x/platforms/ |
D | cache.c | 138 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.1.27/drivers/isdn/hardware/avm/ |
D | avmcard.h | 414 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.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-i2c-core.c | 454 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.1.27/drivers/spi/ |
D | spi-omap2-mcspi.c | 282 unsigned int wcnt; in omap2_mcspi_set_fifo() local 303 wcnt = t->len / bytes_per_word; in omap2_mcspi_set_fifo() 304 if (wcnt > OMAP2_MCSPI_MAX_FIFOWCNT) in omap2_mcspi_set_fifo() 307 xferlevel = wcnt << 16; in omap2_mcspi_set_fifo()
|