Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-stm32.c380 size_t sram_rx_buf_size; member
1541 sram_period = spi->sram_rx_buf_size / 2; in stm32_spi_prepare_rx_dma_mdma_chaining()
1759 memset(spi->sram_rx_buf, 0, spi->sram_rx_buf_size); in stm32_spi_transfer_one_dma()
2156 memset(spi->sram_rx_buf, 0, spi->sram_rx_buf_size); in stm32_spi_unprepare_msg()
2519 spi->sram_rx_buf_size = gen_pool_size(spi->sram_pool); in stm32_spi_probe()
2521 spi->sram_rx_buf_size / 1024); in stm32_spi_probe()
2522 spi->sram_rx_buf = gen_pool_dma_zalloc(spi->sram_pool, spi->sram_rx_buf_size, in stm32_spi_probe()
2536 spi->sram_rx_buf_size); in stm32_spi_probe()
2576 spi->sram_rx_buf_size); in stm32_spi_probe()
2611 spi->sram_rx_buf_size); in stm32_spi_remove()