Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dmxs-dma.c106 #define NUM_CCW (int)(CCW_BLOCK_SIZE / sizeof(struct mxs_dma_ccw)) macro
490 if (sg_len + idx > NUM_CCW) { in mxs_dma_prep_slave_sg()
493 sg_len, NUM_CCW); in mxs_dma_prep_slave_sg()
590 if (num_periods > NUM_CCW) { in mxs_dma_prep_dma_cyclic()
593 num_periods, NUM_CCW); in mxs_dma_prep_dma_cyclic()