Home
last modified time | relevance | path

Searched refs:src_maxburst (Results 1 - 6 of 6) 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()
277 dma->rxconf.src_maxburst = p->port.fifosize / 0x4; in serial8250_request_dma()
279 dma->rxconf.src_maxburst = 0x10; in serial8250_request_dma()
H A D8250_dw.c655 data->data.dma.rxconf.src_maxburst = p->fifosize / 0x4; in dw8250_probe()
/device/board/hihope/dayu210/audio_drivers/soc/src/
H A Drk3588_dma_ops.c227 slaveConfig.src_maxburst = 8; // Max Transimit 8 Byte in Rk3588DmaConfigChannel()
/device/board/hihope/rk3568/audio_drivers/soc/src/
H A Drk3568_dma_ops.c328 slaveConfig.src_maxburst = 8; // Max Transimit 8 Byte in Rk3568DmaConfigChannel()
/device/soc/rockchip/common/sdk_linux/drivers/spi/
H A Dspi-rockchip.c470 .src_maxburst = rockchip_spi_calc_burst_size(xfer->len / rs->n_bytes), in rockchip_spi_prepare_dma()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddmaengine.h403 * @src_maxburst: the maximum number of words (note: words, as in
408 * @dst_maxburst: same as src_maxburst but for destination target
444 u32 src_maxburst; member

Completed in 9 milliseconds