Lines Matching refs:bits_per_word
119 u8 bits_per_word; in txx9spi_setup() local
126 bits_per_word = spi->bits_per_word; in txx9spi_setup()
127 if (bits_per_word != 8 && bits_per_word != 16) in txx9spi_setup()
192 u8 bits_per_word = t->bits_per_word; in txx9spi_work_one() local
194 wsize = bits_per_word >> 3; /* in bytes */ in txx9spi_work_one()
197 || prev_bits_per_word != bits_per_word) { in txx9spi_work_one()
203 txx9spi_wr(c, (n << 8) | bits_per_word, TXx9_SPCR1); in txx9spi_work_one()
208 prev_bits_per_word = bits_per_word; in txx9spi_work_one()
318 u8 bits_per_word = t->bits_per_word; in txx9spi_transfer() local
322 if (bits_per_word != 8 && bits_per_word != 16) in txx9spi_transfer()
324 if (t->len & ((bits_per_word >> 3) - 1)) in txx9spi_transfer()