Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dmxs-dma.c109 #define NUM_CCW (int)(CCW_BLOCK_SIZE / sizeof(struct mxs_dma_ccw)) macro
516 if (sg_len + (append ? idx : 0) > NUM_CCW) { in mxs_dma_prep_slave_sg()
519 sg_len, NUM_CCW); in mxs_dma_prep_slave_sg()
614 if (num_periods > NUM_CCW) { in mxs_dma_prep_dma_cyclic()
617 num_periods, NUM_CCW); in mxs_dma_prep_dma_cyclic()