Lines Matching defs:bits_per_word
62 u8 bits_per_word;
72 int bits_per_word;
86 cs->bits_per_word = (t && t->bits_per_word)
87 ? t->bits_per_word : spi->bits_per_word;
88 cs->bits_per_word = ((cs->bits_per_word + 7) / 8) * 8;
129 mps->bits_per_word = cs->bits_per_word;
368 if (spi->bits_per_word % 8)
391 cs->bits_per_word = spi->bits_per_word;
458 mps->bits_per_word = 8;