Lines Matching refs:bits_per_word
33 u8 bits_per_word;
40 int bits_per_word;
54 cs->bits_per_word = (t && t->bits_per_word)
55 ? t->bits_per_word : spi->bits_per_word;
56 cs->bits_per_word = ((cs->bits_per_word + 7) / 8) * 8;
97 mps->bits_per_word = cs->bits_per_word;
190 if (t->bits_per_word || t->speed_hz) {
221 if (spi->bits_per_word%8)
231 cs->bits_per_word = spi->bits_per_word;
275 mps->bits_per_word = 8;