Lines Matching refs:bits_per_word
159 u8 bits_per_word; member
586 if (xp->bits_per_word != 16) in bcm_qspi_hw_set_parms()
587 spcr |= xp->bits_per_word << 2; in bcm_qspi_hw_set_parms()
619 xp.bits_per_word = trans->bits_per_word; in bcm_qspi_update_parms()
629 if (spi->bits_per_word > 16) in bcm_qspi_setup()
642 if (spi->bits_per_word) in bcm_qspi_setup()
643 xp->bits_per_word = spi->bits_per_word; in bcm_qspi_setup()
645 xp->bits_per_word = 8; in bcm_qspi_setup()
666 if (qt->trans->bits_per_word <= 8) in update_qspi_trans_byte_count()
728 if (tp.trans->bits_per_word <= 8) { in read_from_hw()
795 if (tp.trans->bits_per_word <= 8) { in write_to_hw()
816 mspi_cdram |= ((tp.trans->bits_per_word <= 8) ? 0 : in write_to_hw()
997 t[0].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
1010 t[1].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
1243 parms.bits_per_word = 8; in bcm_qspi_hw_init()