Home
last modified time | relevance | path

Searched refs:cur_bpw (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/spi/
H A Dspi-stm32.c363 unsigned int cur_bpw; member
607 bpw = DIV_ROUND_UP(spi->cur_bpw, 8); in stm32h7_spi_prepare_fthlv()
624 if (spi->cur_bpw == 16) { in stm32f4_spi_write_tx()
717 if (spi->cur_bpw == 16) { in stm32f4_spi_read_rx()
799 (rxplvl >= 2 || spi->cur_bpw > 8))) { in stm32h7_spi_read_rxfifo()
1286 if (spi->cur_bpw <= 8) in stm32_spi_dma_config()
1288 else if (spi->cur_bpw <= 16) in stm32_spi_dma_config()
1485 if (spi->cur_bpw <= 8) in stm32f7_spi_transfer_one_dma_start()
1771 if (spi->cur_bpw == 16) in stm32f4_spi_set_bpw()
1786 bpw = spi->cur_bpw - 1; in stm32f7_spi_set_bpw()
[all …]