Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx6_sdma.c99 for (i = 0; i < SDMA_N_CHANNELS; i++) { in sdma_intr()
170 for (i = 1; i < SDMA_N_CHANNELS; i++) { in sdma_alloc()
394 sz = SDMA_N_CHANNELS * sizeof(struct sdma_channel_control) + \ in boot_firmware()
401 SDMA_N_CHANNELS * sizeof(struct sdma_channel_control)); in boot_firmware()
409 for (i = 0; i < SDMA_N_CHANNELS; i++) in boot_firmware()
H A Dimx6_sdma.h199 #define SDMA_N_CHANNELS 32 macro
218 struct sdma_channel channel[SDMA_N_CHANNELS];