Lines Matching +full:two +full:- +full:channel
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Copyright (C) 2006-2013 Texas Instruments.
9 * This EDMA3 programming framework exposes two basic kinds of resource:
11 * Channel Triggers transfers, usually from a hardware event but
13 * Each channel is coupled to a Parameter RAM (PaRAM) slot.
23 * is driven only from a channel, which performs the transfers specified
25 * transfer completes, the "link" field may be used to reload the channel's
28 * The EDMA Channel Controller (CC) maps requests from channels into physical
29 * Transfer Controller (TC) requests when the channel triggers (by hardware
30 * or software events, or by chaining). The two physical DMA channels provided
45 EVENTQ_DEFAULT = -1
65 * Default queue is expected to be a low-priority queue.
74 /* List of channels allocated for memcpy, terminated with -1 */