SDMA_N_CHANNELS
for (i = 1; i < SDMA_N_CHANNELS; i++) {
sz = SDMA_N_CHANNELS * sizeof(struct sdma_channel_control) + \
SDMA_N_CHANNELS * sizeof(struct sdma_channel_control));
for (i = 0; i < SDMA_N_CHANNELS; i++)
for (i = 0; i < SDMA_N_CHANNELS; i++) {
struct sdma_channel channel[SDMA_N_CHANNELS];