Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_sdma.c102 for (i = 0; i < SDMA_N_CHANNELS; i++) { in sdma_intr()
173 for (i = 1; i < SDMA_N_CHANNELS; i++) { in sdma_alloc()
397 sz = SDMA_N_CHANNELS * sizeof(struct sdma_channel_control) + \ in boot_firmware()
404 SDMA_N_CHANNELS * sizeof(struct sdma_channel_control)); in boot_firmware()
412 for (i = 0; i < SDMA_N_CHANNELS; i++) in boot_firmware()
H A Dimx6_sdma.h201 #define SDMA_N_CHANNELS 32 macro
220 struct sdma_channel channel[SDMA_N_CHANNELS];