Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-pxa2xx.h92 u32 dma_threshold; member
Dspi-pxa2xx.c890 u32 dma_thresh = drv_data->cur_chip->dma_threshold; in pump_transfers()
1221 chip->dma_threshold = 0; in setup()
1245 &chip->dma_threshold)) { in setup()
/linux-4.4.14/drivers/tty/serial/
Damba-pl011.c80 bool dma_threshold; member
98 .dma_threshold = false,
107 .dma_threshold = false,
123 .dma_threshold = true,
1051 if (uap->vendor->dma_threshold) in pl011_dma_startup()