Lines Matching defs:omap_dma_channel_params
201 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? */
214 int dst_amode; /* constant, post increment, indexed,
216 unsigned long dst_start; /* source address : physical */
217 int dst_ei; /* source element index */
218 int dst_fi; /* source frame index */
220 int trigger; /* trigger attached if the channel is
222 int sync_mode; /* sycn on element, frame , block or packet */
223 int src_or_dst_synch; /* source synch(1) or destination synch(0) */
225 int ie; /* interrupt enabled */
227 unsigned char read_prio;/* read priority */
228 unsigned char write_prio;/* write priority */
231 enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */