Lines Matching refs:cyclic
365 * @cyclic: Check for cyclic transfers.
373 bool cyclic;
396 * @cyclic: Check for cyclic transfers.
410 * @cyclic_seg_v: Statically allocated segment base for cyclic transfers
411 * @cyclic_seg_p: Physical allocated segments base for cyclic dma
435 bool cyclic;
947 /* Free Memory that is allocated for cyclic DMA Mode */
1055 if (desc->cyclic) {
1136 * For cyclic DMA mode we need to program the tail Descriptor
1147 "unable to allocate desc segment for cyclic DMA\n");
1579 if (chan->cyclic)
1735 if (!desc->cyclic)
1996 if (chan->cyclic) {
2018 if (desc->cyclic)
2019 chan->cyclic = true;
2272 * @buf_len: Total length of the cyclic buffers
2273 * @period_len: length of individual cyclic buffer
2352 desc->cyclic = true;
2485 if (!chan->cyclic) {
2501 if (chan->cyclic) {
2505 chan->cyclic = false;