Lines Matching refs:words

391 				       u32 bits, u32 words)
393 u32 dr2 = SIMDR2_BITLEN1(bits) | SIMDR2_WDLEN1(words);
411 const void *tx_buf, int words, int fs)
416 for (k = 0; k < words; k++)
421 const void *tx_buf, int words, int fs)
426 for (k = 0; k < words; k++)
431 const void *tx_buf, int words, int fs)
436 for (k = 0; k < words; k++)
441 const void *tx_buf, int words, int fs)
446 for (k = 0; k < words; k++)
451 const void *tx_buf, int words, int fs)
456 for (k = 0; k < words; k++)
461 const void *tx_buf, int words, int fs)
466 for (k = 0; k < words; k++)
471 const void *tx_buf, int words, int fs)
476 for (k = 0; k < words; k++)
481 void *rx_buf, int words, int fs)
486 for (k = 0; k < words; k++)
491 void *rx_buf, int words, int fs)
496 for (k = 0; k < words; k++)
501 void *rx_buf, int words, int fs)
506 for (k = 0; k < words; k++)
511 void *rx_buf, int words, int fs)
516 for (k = 0; k < words; k++)
521 void *rx_buf, int words, int fs)
526 for (k = 0; k < words; k++)
531 void *rx_buf, int words, int fs)
536 for (k = 0; k < words; k++)
541 void *rx_buf, int words, int fs)
546 for (k = 0; k < words; k++)
676 int words, int bits)
683 words = min_t(int, words, p->tx_fifo_size);
685 words = min_t(int, words, p->rx_fifo_size);
694 sh_msiof_spi_set_mode_regs(p, tx_buf, rx_buf, bits, words);
699 tx_fifo(p, tx_buf, words, fifo_shift);
717 rx_fifo(p, rx_buf, words, fifo_shift);
728 return words;
791 /* setup msiof transfer mode registers (32-bit words) */
863 static void copy_bswap32(u32 *dst, const u32 *src, unsigned int words)
867 while (words--) {
872 while (words--) {
877 while (words--)
882 static void copy_wswap32(u32 *dst, const u32 *src, unsigned int words)
886 while (words--) {
891 while (words--) {
896 while (words--)
901 static void copy_plain32(u32 *dst, const u32 *src, unsigned int words)
903 memcpy(dst, src, words * 4);
919 unsigned int words;
933 * DMA supports 32-bit words only, hence pack 8-bit and 16-bit
934 * words, with byte resp. word swapping.
1023 words = len / bytes_per_word;
1025 while (words > 0) {
1027 words, bits);
1035 words -= n;
1037 if (words == 0 && (len % bytes_per_word)) {
1038 words = len % bytes_per_word;