Home
last modified time | relevance | path

Searched defs:udma_chan_config (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/dma/ti/
Dk3-udma.c248 struct udma_chan_config { struct
249 bool pkt_mode; /* TR or packet */
250 bool needs_epib; /* EPIB is needed for the communication or not */
251 u32 psd_size; /* size of Protocol Specific Data */
252 u32 metadata_size; /* (needs_epib ? 16:0) + psd_size */
253 u32 hdesc_size; /* Size of a packet descriptor in packet mode */
254 bool notdpkt; /* Suppress sending TDC packet */
255 int remote_thread_id;
256 u32 atype;
257 u32 asel;
[all …]