Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-pxa2xx.h102 u32 dma_threshold; member
Dspi-pxa2xx.c818 u32 dma_thresh = drv_data->cur_chip->dma_threshold; in pump_transfers()
1142 chip->dma_threshold = 0; in setup()
1166 &chip->dma_threshold)) { in setup()
/linux-4.1.27/drivers/tty/serial/
Damba-pl011.c80 bool dma_threshold; member
96 .dma_threshold = false,
111 .dma_threshold = true,
1038 if (uap->vendor->dma_threshold) in pl011_dma_startup()