Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/
Dmxs-dma.c107 #define NUM_CCW (int)(CCW_BLOCK_SIZE / sizeof(struct mxs_dma_ccw)) macro
491 if (sg_len + idx > NUM_CCW) { in mxs_dma_prep_slave_sg()
494 sg_len, NUM_CCW); in mxs_dma_prep_slave_sg()
591 if (num_periods > NUM_CCW) { in mxs_dma_prep_dma_cyclic()
594 num_periods, NUM_CCW); in mxs_dma_prep_dma_cyclic()