Lines Matching defs:cyclic
227 unsigned int desc_idx; /* Only used for cyclic in packet mode */
297 bool cyclic;
868 (uc->cyclic || ucc->dir == DMA_DEV_TO_MEM)) {
873 * cyclic or RX
874 * PKTDMA supports pre-linked descriptor and cyclic is not
1012 if (!uc->cyclic && !uc->desc)
1186 if (uc->cyclic) {
1223 if (uc->cyclic) {
2814 if (uc->cyclic)
3190 * For TR mode when the channel is not cyclic we also need PDMA to close
3194 if (uc->config.pkt_mode || !uc->cyclic) {
3197 if (uc->cyclic)
3624 uc->cyclic = true;
4018 vd = vc->cyclic;
4020 vc->cyclic = NULL;
5418 /* cyclic operation is not supported via PKTDMA */