Lines Matching refs:cyclic
362 * @cyclic: Check for cyclic transfers.
370 bool cyclic;
393 * @cyclic: Check for cyclic transfers.
407 * @cyclic_seg_v: Statically allocated segment base for cyclic transfers
408 * @cyclic_seg_p: Physical allocated segments base for cyclic dma
431 bool cyclic;
917 /* Free Memory that is allocated for cyclic DMA Mode */
1027 if (desc->cyclic) {
1108 * For cyclic DMA mode we need to program the tail Descriptor
1119 "unable to allocate desc segment for cyclic DMA\n");
1549 if (chan->cyclic)
1684 if (!desc->cyclic)
1952 if (chan->cyclic) {
1974 if (desc->cyclic)
1975 chan->cyclic = true;
2225 * @buf_len: Total length of the cyclic buffers
2226 * @period_len: length of individual cyclic buffer
2305 desc->cyclic = true;
2438 if (!chan->cyclic) {
2454 if (chan->cyclic) {
2458 chan->cyclic = false;