Lines Matching refs:bits_per_word
107 u32 bits_per_word;
390 static int pic32_spi_set_word_size(struct pic32_spi *pic32s, u8 bits_per_word)
395 switch (bits_per_word) {
421 bits_per_word / 8);
451 /* set device specific bits_per_word */
452 if (pic32s->bits_per_word != spi->bits_per_word) {
453 pic32_spi_set_word_size(pic32s, spi->bits_per_word);
454 pic32s->bits_per_word = spi->bits_per_word;
509 if (transfer->bits_per_word &&
510 (transfer->bits_per_word != pic32s->bits_per_word)) {
511 ret = pic32_spi_set_word_size(pic32s, transfer->bits_per_word);
514 pic32s->bits_per_word = transfer->bits_per_word;