Lines Matching refs:bits_per_word
180 unsigned int bits_per_word;
296 unsigned int bits_per_word)
300 /* CON.BM value = bits_per_word - 1 */
301 bm = (bits_per_word - 1) << LTQ_SPI_CON_BM_S;
366 hw_setup_bits_per_word(spi, spi->bits_per_word);
434 unsigned int bits_per_word = t->bits_per_word;
437 if (bits_per_word != spi->bits_per_word ||
441 hw_setup_bits_per_word(spi, bits_per_word);
445 spi->bits_per_word = bits_per_word;
487 switch (spi->bits_per_word) {
536 switch (spi->bits_per_word) {
970 spi->bits_per_word = 8;