Searched defs:tusb_omap_dma_ch (Results 1 – 1 of 1) sorted by relevance
34 struct tusb_omap_dma_ch { struct35 struct musb *musb;36 void __iomem *tbase;37 unsigned long phys_offset;38 int epnum;39 u8 tx;40 struct musb_hw_ep *hw_ep;42 int ch;43 s8 dmareq;44 s8 sync_dev;[all …]