Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-pxa2xx.h65 u32 dma_threshold; member
H A Dspi-pxa2xx.c949 u32 dma_thresh = chip->dma_threshold; in pxa2xx_spi_transfer_one()
1247 chip->dma_threshold = 0; in setup()
1279 &chip->dma_threshold)) { in setup()
/openbmc/linux/drivers/tty/serial/
H A Damba-pl011.c113 bool dma_threshold; member
134 .dma_threshold = false,
149 .dma_threshold = false,
165 .dma_threshold = false,
212 .dma_threshold = true,
1161 if (uap->vendor->dma_threshold) in pl011_dma_startup()