Lines Matching refs:bits_per_word
58 unsigned int bits = t->bits_per_word;
89 unsigned int bits = t->bits_per_word;
120 unsigned int bits = t->bits_per_word;
147 u8 bits_per_word;
151 bits_per_word = t->bits_per_word;
154 bits_per_word = 0;
159 if (!bits_per_word)
160 bits_per_word = spi->bits_per_word;
161 if (bits_per_word <= 8)
163 else if (bits_per_word <= 16)
165 else if (bits_per_word <= 32)