Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dmxs-dma.c102 #define MAX_XFER_BYTES 0xff00 macro
559 if (sg_dma_len(sg) > MAX_XFER_BYTES) { in mxs_dma_prep_slave_sg()
561 sg_dma_len(sg), MAX_XFER_BYTES); in mxs_dma_prep_slave_sg()
621 if (period_len > MAX_XFER_BYTES) { in mxs_dma_prep_dma_cyclic()
624 period_len, MAX_XFER_BYTES); in mxs_dma_prep_dma_cyclic()
841 dma_set_max_seg_size(mxs_dma->dma_device.dev, MAX_XFER_BYTES); in mxs_dma_probe()