Lines Matching refs:bits_per_word
180 unsigned int bits_per_word; member
296 unsigned int bits_per_word) in hw_setup_bits_per_word() argument
301 bm = (bits_per_word - 1) << LTQ_SPI_CON_BM_S; in hw_setup_bits_per_word()
366 hw_setup_bits_per_word(spi, spi->bits_per_word); in lantiq_ssc_hw_init()
434 unsigned int bits_per_word = t->bits_per_word; in hw_setup_transfer() local
437 if (bits_per_word != spi->bits_per_word || in hw_setup_transfer()
441 hw_setup_bits_per_word(spi, bits_per_word); in hw_setup_transfer()
445 spi->bits_per_word = bits_per_word; in hw_setup_transfer()
487 switch (spi->bits_per_word) { in tx_fifo_write()
536 switch (spi->bits_per_word) { in rx_fifo_read_full_duplex()
964 spi->bits_per_word = 8; in lantiq_ssc_probe()