Lines Matching refs:bits_per_word

180 	u8 bits_per_word;  member
608 if (xp->bits_per_word != 16 && xp->bits_per_word != 64) in bcm_qspi_hw_set_parms()
609 spcr |= xp->bits_per_word << MSPI_SPCR0_MSB_BITS_SHIFT; in bcm_qspi_hw_set_parms()
629 if (xp->bits_per_word > 16) { in bcm_qspi_hw_set_parms()
668 xp.bits_per_word = trans->bits_per_word; in bcm_qspi_update_parms()
678 if (spi->bits_per_word > 64) in bcm_qspi_setup()
691 if (spi->bits_per_word) in bcm_qspi_setup()
692 xp->bits_per_word = spi->bits_per_word; in bcm_qspi_setup()
694 xp->bits_per_word = 8; in bcm_qspi_setup()
715 if (qt->trans->bits_per_word <= 8) in update_qspi_trans_byte_count()
717 else if (qt->trans->bits_per_word <= 16) in update_qspi_trans_byte_count()
719 else if (qt->trans->bits_per_word <= 32) in update_qspi_trans_byte_count()
721 else if (qt->trans->bits_per_word <= 64) in update_qspi_trans_byte_count()
808 if (tp.trans->bits_per_word <= 8) { in read_from_hw()
815 } else if (tp.trans->bits_per_word <= 16) { in read_from_hw()
823 } else if (tp.trans->bits_per_word <= 32) { in read_from_hw()
832 } else if (tp.trans->bits_per_word <= 64) { in read_from_hw()
917 if (tp.trans->bits_per_word <= 8) { in write_to_hw()
923 } else if (tp.trans->bits_per_word <= 16) { in write_to_hw()
929 } else if (tp.trans->bits_per_word <= 32) { in write_to_hw()
935 } else if (tp.trans->bits_per_word <= 64) { in write_to_hw()
947 mspi_cdram |= ((tp.trans->bits_per_word <= 8) ? 0 : in write_to_hw()
1138 t[0].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
1151 t[1].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
1384 parms.bits_per_word = 8; in bcm_qspi_hw_init()