Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-pxa2xx.h76 u32 dma_threshold; member
Dspi-pxa2xx.c924 u32 dma_thresh = chip->dma_threshold; in pxa2xx_spi_transfer_one()
1304 chip->dma_threshold = 0; in setup()
1327 &chip->dma_threshold)) { in setup()
/Linux-v5.4/drivers/tty/serial/
Damba-pl011.c90 bool dma_threshold; member
111 .dma_threshold = false,
126 .dma_threshold = false,
142 .dma_threshold = false,
189 .dma_threshold = true,
1170 if (uap->vendor->dma_threshold) in pl011_dma_startup()