Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-pxa2xx.h55 u32 dma_cr1; member
H A Dspi-pxa2xx.c575 u32 mask = drv_data->int_cr1 | drv_data->dma_cr1, threshold; in reset_sccr1()
999 cr1 = chip->cr1 | dma_thresh | drv_data->dma_cr1; in pxa2xx_spi_transfer_one()
1322 drv_data->dma_cr1 = 0; in pxa2xx_spi_probe()
1328 drv_data->dma_cr1 = DEFAULT_DMA_CR1; in pxa2xx_spi_probe()
H A Dspi-pxa2xx-dma.c46 clear_SSCR1_bits(drv_data, drv_data->dma_cr1); in pxa2xx_spi_dma_transfer_complete()