Lines Matching refs:bits_per_word
38 u8 bits_per_word;
51 int bits_per_word;
65 cs->bits_per_word = (t && t->bits_per_word)
66 ? t->bits_per_word : spi->bits_per_word;
67 cs->bits_per_word = ((cs->bits_per_word + 7) / 8) * 8;
108 mps->bits_per_word = cs->bits_per_word;
222 if (t->bits_per_word || t->speed_hz) {
264 if (spi->bits_per_word%8)
274 cs->bits_per_word = spi->bits_per_word;
340 mps->bits_per_word = 8;