Home
last modified time | relevance | path

Searched refs:rxconf (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dma.c180 } while (cur_index % dma->rxconf.src_maxburst); in serial8250_rx_dma()
272 dma->rxconf.direction = DMA_DEV_TO_MEM; in serial8250_request_dma()
273 dma->rxconf.src_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in serial8250_request_dma()
274 dma->rxconf.src_addr = rx_dma_addr + UART_RX; in serial8250_request_dma()
277 dma->rxconf.src_maxburst = p->port.fifosize / 0x4; in serial8250_request_dma()
279 dma->rxconf.src_maxburst = 0x10; in serial8250_request_dma()
308 dmaengine_slave_config(dma->rxchan, &dma->rxconf); in serial8250_request_dma()
H A D8250.h28 struct dma_slave_config rxconf; member
H A D8250_dw.c655 data->data.dma.rxconf.src_maxburst = p->fifosize / 0x4; in dw8250_probe()
/device/soc/rockchip/common/sdk_linux/drivers/spi/
H A Dspi-rockchip.c466 struct dma_slave_config rxconf = { in rockchip_spi_prepare_dma() local
473 dmaengine_slave_config(ctlr->dma_rx, &rxconf); in rockchip_spi_prepare_dma()

Completed in 4 milliseconds