Lines Matching refs:cur_bpw
164 unsigned int cur_bpw; member
292 if (spi->cur_bpw <= 8) in stm32_spi_prepare_fthlv()
294 else if (spi->cur_bpw <= 16) in stm32_spi_prepare_fthlv()
300 if (spi->cur_bpw > 8) in stm32_spi_prepare_fthlv()
366 (flush && (rxplvl >= 2 || spi->cur_bpw > 8))) { in stm32_spi_read_rxfifo()
677 if (spi->cur_bpw <= 8) in stm32_spi_dma_config()
679 else if (spi->cur_bpw <= 16) in stm32_spi_dma_config()
867 if (spi->cur_bpw != transfer->bits_per_word) { in stm32_spi_transfer_one_setup()
870 spi->cur_bpw = transfer->bits_per_word; in stm32_spi_transfer_one_setup()
871 bpw = spi->cur_bpw - 1; in stm32_spi_transfer_one_setup()
947 if (spi->cur_bpw <= 8) in stm32_spi_transfer_one_setup()
949 else if (spi->cur_bpw <= 16) in stm32_spi_transfer_one_setup()
968 spi->cur_bpw, spi->cur_fthlv); in stm32_spi_transfer_one_setup()