Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dmxs-dma.c105 #define NUM_CCW (int)(CCW_BLOCK_SIZE / sizeof(struct mxs_dma_ccw)) macro
509 if (sg_len + (append ? idx : 0) > NUM_CCW) { in mxs_dma_prep_slave_sg()
512 sg_len, NUM_CCW); in mxs_dma_prep_slave_sg()
607 if (num_periods > NUM_CCW) { in mxs_dma_prep_dma_cyclic()
610 num_periods, NUM_CCW); in mxs_dma_prep_dma_cyclic()