Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Domap-dma.h201 struct omap_dma_channel_params { struct
202 int data_type; /* data type 8,16,32 */
203 int elem_count; /* number of elements in a frame */
204 int frame_count; /* number of frames in a element */
206 int src_port; /* Only on OMAP1 REVISIT: Is this needed? */
207 int src_amode; /* constant, post increment, indexed,
209 unsigned long src_start; /* source address : physical */
210 int src_ei; /* source element index */
211 int src_fi; /* source frame index */
213 int dst_port; /* Only on OMAP1 REVISIT: Is this needed? */
[all …]