Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Da10_dmac.c338 uint8_t ch_count, index; in a10dmac_alloc() local
342 ch_count = DDMA_CHANNELS; in a10dmac_alloc()
345 ch_count = NDMA_CHANNELS; in a10dmac_alloc()
349 for (index = 0; index < ch_count; index++) { in a10dmac_alloc()