Lines Matching defs:omap_desc
111 struct omap_desc { struct
112 struct virt_dma_desc vd;
113 bool using_ll;
114 enum dma_transfer_direction dir;
115 dma_addr_t dev_addr;
116 bool polled;
118 int32_t fi; /* for OMAP_DMA_SYNC_PACKET / double indexing */
119 int16_t ei; /* for double indexing */
120 uint8_t es; /* CSDP_DATA_TYPE_xxx */
121 uint32_t ccr; /* CCR value */
122 uint16_t clnk_ctrl; /* CLNK_CTRL value */
123 uint16_t cicr; /* CICR value */
124 uint32_t csdp; /* CSDP value */
126 unsigned sglen;