Lines Matching refs:bits_per_word
916 u8 word_len = spi->bits_per_word; in omap2_mcspi_setup_transfer()
921 if (t != NULL && t->bits_per_word) in omap2_mcspi_setup_transfer()
922 word_len = t->bits_per_word; in omap2_mcspi_setup_transfer()
1182 (t->bits_per_word != spi->bits_per_word)) { in omap2_mcspi_transfer_one()
1188 t->bits_per_word == spi->bits_per_word) in omap2_mcspi_transfer_one()
1265 u8 bits_per_word; in omap2_mcspi_prepare_message() local
1273 if (!tr->bits_per_word) in omap2_mcspi_prepare_message()
1274 bits_per_word = msg->spi->bits_per_word; in omap2_mcspi_prepare_message()
1276 bits_per_word = tr->bits_per_word; in omap2_mcspi_prepare_message()
1281 if (bits_per_word < 8 && tr->len == 1) { in omap2_mcspi_prepare_message()
1283 } else if (bits_per_word >= 8 && tr->len == bits_per_word / 8) { in omap2_mcspi_prepare_message()