Lines Matching refs:bits_per_word
64 unsigned bits = t->bits_per_word;
92 unsigned bits = t->bits_per_word;
120 unsigned bits = t->bits_per_word;
141 u8 bits_per_word;
145 bits_per_word = t->bits_per_word;
148 bits_per_word = 0;
153 if (!bits_per_word)
154 bits_per_word = spi->bits_per_word;
155 if (bits_per_word <= 8)
157 else if (bits_per_word <= 16)
159 else if (bits_per_word <= 32)