Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
Dspi-pxa2xx.h76 u32 dma_threshold; member
Dspi-pxa2xx.c963 u32 dma_thresh = chip->dma_threshold; in pxa2xx_spi_transfer_one()
1344 chip->dma_threshold = 0; in setup()
1367 &chip->dma_threshold)) { in setup()
/kernel/linux/linux-5.10/drivers/tty/serial/
Damba-pl011.c85 bool dma_threshold; member
106 .dma_threshold = false,
121 .dma_threshold = false,
137 .dma_threshold = false,
184 .dma_threshold = true,
1169 if (uap->vendor->dma_threshold) in pl011_dma_startup()