Lines Matching refs:bits_per_word

180 	u8 bits_per_word;  member
606 (cur->bits_per_word != prev->bits_per_word); in bcmspi_parms_did_change()
632 if (xp->bits_per_word != 16 && xp->bits_per_word != 64) in bcm_qspi_hw_set_parms()
633 spcr |= xp->bits_per_word << MSPI_SPCR0_MSB_BITS_SHIFT; in bcm_qspi_hw_set_parms()
661 if (xp->bits_per_word > 16) { in bcm_qspi_hw_set_parms()
700 xp.bits_per_word = trans->bits_per_word; in bcm_qspi_update_parms()
710 if (spi->bits_per_word > 64) in bcm_qspi_setup()
723 if (spi->bits_per_word) in bcm_qspi_setup()
724 xp->bits_per_word = spi->bits_per_word; in bcm_qspi_setup()
726 xp->bits_per_word = 8; in bcm_qspi_setup()
747 if (qt->trans->bits_per_word <= 8) in update_qspi_trans_byte_count()
749 else if (qt->trans->bits_per_word <= 16) in update_qspi_trans_byte_count()
751 else if (qt->trans->bits_per_word <= 32) in update_qspi_trans_byte_count()
753 else if (qt->trans->bits_per_word <= 64) in update_qspi_trans_byte_count()
840 if (tp.trans->bits_per_word <= 8) { in read_from_hw()
847 } else if (tp.trans->bits_per_word <= 16) { in read_from_hw()
855 } else if (tp.trans->bits_per_word <= 32) { in read_from_hw()
864 } else if (tp.trans->bits_per_word <= 64) { in read_from_hw()
949 if (tp.trans->bits_per_word <= 8) { in write_to_hw()
955 } else if (tp.trans->bits_per_word <= 16) { in write_to_hw()
961 } else if (tp.trans->bits_per_word <= 32) { in write_to_hw()
967 } else if (tp.trans->bits_per_word <= 64) { in write_to_hw()
979 mspi_cdram |= ((tp.trans->bits_per_word <= 8) ? 0 : in write_to_hw()
1170 t[0].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
1183 t[1].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
1416 parms.bits_per_word = 8; in bcm_qspi_hw_init()