Searched defs:omap_dma_channel_params (Results 1 – 1 of 1) sorted by relevance
340 struct omap_dma_channel_params { struct341 int data_type; /* data type 8,16,32 */342 int elem_count; /* number of elements in a frame */343 int frame_count; /* number of frames in a element */345 int src_port; /* Only on OMAP1 REVISIT: Is this needed? */346 int src_amode; /* constant , post increment, indexed , double indexed */347 unsigned long src_start; /* source address : physical */348 int src_ei; /* source element index */349 int src_fi; /* source frame index */351 int dst_port; /* Only on OMAP1 REVISIT: Is this needed? */[all …]