Lines Matching +full:channel +full:- +full:use
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
16 * enum udma_tp_level - Channel Throughput Levels
17 * @UDMA_TP_NORMAL: Normal channel
18 * @UDMA_TP_HIGH: High Throughput channel
19 * @UDMA_TP_ULTRAHIGH: Ultra High Throughput channel
29 * enum psil_endpoint_type - PSI-L Endpoint type
30 * @PSIL_EP_NATIVE: Normal channel
43 * struct psil_endpoint_config - PSI-L Endpoint configuration
44 * @ep_type: PSI-L endpoint type
45 * @channel_tpl: Desired throughput level for the channel
46 * @pkt_mode: If set, the channel must be in Packet mode, otherwise in
48 * @notdpkt: TDCM must be suppressed on the TX channel
53 * @mapped_channel_id: PKTDMA thread to channel mapping for mapped channels.
54 * The thread must be serviced by the specified channel if
56 * @flow_start: PKDMA flow range start of mapped channel. Unmapped
57 * channels use flow_id == chan_id
58 * @flow_num: PKDMA flow count of mapped channel. Unmapped channels
59 * use flow_id == chan_id
60 * @default_flow_id: PKDMA default (r)flow index of mapped channel.
61 * Must be within the flow range of the mapped channel.
75 /* PKDMA mapped channel */
77 /* PKTDMA tflow and rflow ranges for mapped channel */