Searched refs:ALLOC_DECS_NUM (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/dma/ti/
H A Dcppi41.c59 #define ALLOC_DECS_NUM 128 macro
61 #define TOTAL_DESCS_NUM (ALLOC_DECS_NUM * DESCS_AREAS)
132 struct cppi41_channel *chan_busy[ALLOC_DECS_NUM];
260 descs_size = sizeof(struct cppi41_desc) * ALLOC_DECS_NUM;
268 BUG_ON(desc_num >= ALLOC_DECS_NUM);
820 mem_decs = ALLOC_DECS_NUM * sizeof(struct cppi41_desc);
860 BUILD_BUG_ON(ALLOC_DECS_NUM < 32);
863 mem_decs = ALLOC_DECS_NUM * desc_size;
870 reg |= ilog2(ALLOC_DECS_NUM) - 5;
881 idx += ALLOC_DECS_NUM;
[all...]

Completed in 275 milliseconds