Lines Matching refs:bits_per_word
182 unsigned int bits_per_word; member
295 unsigned int bits_per_word) in hw_setup_bits_per_word() argument
300 bm = (bits_per_word - 1) << LTQ_SPI_CON_BM_S; in hw_setup_bits_per_word()
365 hw_setup_bits_per_word(spi, spi->bits_per_word); in lantiq_ssc_hw_init()
433 unsigned int bits_per_word = t->bits_per_word; in hw_setup_transfer() local
436 if (bits_per_word != spi->bits_per_word || in hw_setup_transfer()
440 hw_setup_bits_per_word(spi, bits_per_word); in hw_setup_transfer()
444 spi->bits_per_word = bits_per_word; in hw_setup_transfer()
485 switch (spi->bits_per_word) { in tx_fifo_write()
526 switch (spi->bits_per_word) { in rx_fifo_read_full_duplex()
894 spi->bits_per_word = 8; in lantiq_ssc_probe()