Lines Matching refs:cur_bpw
304 unsigned int cur_bpw; member
487 if (spi->cur_bpw <= 8) in stm32h7_spi_prepare_fthlv()
489 else if (spi->cur_bpw <= 16) in stm32h7_spi_prepare_fthlv()
495 if (spi->cur_bpw > 8) in stm32h7_spi_prepare_fthlv()
519 if (spi->cur_bpw == 16) { in stm32f4_spi_write_tx()
583 if (spi->cur_bpw == 16) { in stm32f4_spi_read_rx()
625 (flush && (rxplvl >= 2 || spi->cur_bpw > 8))) { in stm32h7_spi_read_rxfifo()
1116 if (spi->cur_bpw <= 8) in stm32_spi_dma_config()
1118 else if (spi->cur_bpw <= 16) in stm32_spi_dma_config()
1387 if (spi->cur_bpw == 16) in stm32f4_spi_set_bpw()
1402 bpw = spi->cur_bpw - 1; in stm32h7_spi_set_bpw()
1606 spi->cur_bpw = transfer->bits_per_word; in stm32_spi_transfer_one_setup()
1631 if (spi->cur_bpw <= 8) in stm32_spi_transfer_one_setup()
1633 else if (spi->cur_bpw <= 16) in stm32_spi_transfer_one_setup()
1648 spi->cur_bpw, spi->cur_fthlv); in stm32_spi_transfer_one_setup()