Lines Matching refs:bits_per_word
150 u8 bits_per_word; member
539 if (xp->bits_per_word != 16) in bcm_qspi_hw_set_parms()
540 spcr |= xp->bits_per_word << 2; in bcm_qspi_hw_set_parms()
554 xp.bits_per_word = trans->bits_per_word; in bcm_qspi_update_parms()
564 if (spi->bits_per_word > 16) in bcm_qspi_setup()
577 if (spi->bits_per_word) in bcm_qspi_setup()
578 xp->bits_per_word = spi->bits_per_word; in bcm_qspi_setup()
580 xp->bits_per_word = 8; in bcm_qspi_setup()
601 if (qt->trans->bits_per_word <= 8) in update_qspi_trans_byte_count()
667 if (tp.trans->bits_per_word <= 8) { in read_from_hw()
734 if (tp.trans->bits_per_word <= 8) { in write_to_hw()
755 mspi_cdram |= ((tp.trans->bits_per_word <= 8) ? 0 : in write_to_hw()
925 t[0].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
938 t[1].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
1171 parms.bits_per_word = 8; in bcm_qspi_hw_init()