Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-pxadma.c400 int burst_bytes; in pxa2xx_spi_set_dma_burst_and_threshold() local
452 burst_bytes = 8; in pxa2xx_spi_set_dma_burst_and_threshold()
457 burst_bytes = 8; in pxa2xx_spi_set_dma_burst_and_threshold()
461 burst_bytes = 16; in pxa2xx_spi_set_dma_burst_and_threshold()
467 burst_bytes = 8; in pxa2xx_spi_set_dma_burst_and_threshold()
472 burst_bytes = 16; in pxa2xx_spi_set_dma_burst_and_threshold()
476 burst_bytes = 32; in pxa2xx_spi_set_dma_burst_and_threshold()
480 thresh_words = burst_bytes / bytes_per_word; in pxa2xx_spi_set_dma_burst_and_threshold()