Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-pxadma.c402 int req_burst_size; in pxa2xx_spi_set_dma_burst_and_threshold() local
432 req_burst_size = chip_info->dma_burst_size; in pxa2xx_spi_set_dma_burst_and_threshold()
440 req_burst_size = 8; in pxa2xx_spi_set_dma_burst_and_threshold()
443 req_burst_size = 16; in pxa2xx_spi_set_dma_burst_and_threshold()
446 req_burst_size = 32; in pxa2xx_spi_set_dma_burst_and_threshold()
450 if (req_burst_size <= 8) { in pxa2xx_spi_set_dma_burst_and_threshold()
453 } else if (req_burst_size <= 16) { in pxa2xx_spi_set_dma_burst_and_threshold()