Lines Matching defs:omap_dma_channel_params
375 struct omap_dma_channel_params { struct
376 int data_type; /* data type 8,16,32 */
377 int elem_count; /* number of elements in a frame */
378 int frame_count; /* number of frames in a element */
380 int src_port; /* Only on OMAP1 REVISIT: Is this needed? */
381 int src_amode; /* constant, post increment, indexed,
383 unsigned long src_start; /* source address : physical */
384 int src_ei; /* source element index */
385 int src_fi; /* source frame index */
387 int dst_port; /* Only on OMAP1 REVISIT: Is this needed? */
388 int dst_amode; /* constant, post increment, indexed,
390 unsigned long dst_start; /* source address : physical */
391 int dst_ei; /* source element index */
392 int dst_fi; /* source frame index */
394 int trigger; /* trigger attached if the channel is
396 int sync_mode; /* sycn on element, frame , block or packet */
397 int src_or_dst_synch; /* source synch(1) or destination synch(0) */
399 int ie; /* interrupt enabled */
401 unsigned char read_prio;/* read priority */
402 unsigned char write_prio;/* write priority */
405 enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */