Searched refs:chdat (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/musb/
H A Dtusb6010_omap.c61 static inline int tusb_omap_use_shared_dmareq(struct tusb_omap_dma_ch *chdat) argument
63 u32 reg = musb_readl(chdat->tbase, TUSB_DMA_EP_MAP);
66 dev_dbg(chdat->musb->controller, "ep%i dmareq0 is busy for ep%i\n",
67 chdat->epnum, reg & 0xf);
71 if (chdat->tx)
72 reg = (1 << 4) | chdat->epnum;
74 reg = chdat->epnum;
76 musb_writel(chdat->tbase, TUSB_DMA_EP_MAP, reg);
81 static inline void tusb_omap_free_shared_dmareq(struct tusb_omap_dma_ch *chdat) argument
83 u32 reg = musb_readl(chdat
100 struct tusb_omap_dma_ch *chdat = to_chdat(channel); local
184 struct tusb_omap_dma_ch *chdat = to_chdat(channel); local
369 struct tusb_omap_dma_ch *chdat = to_chdat(channel); local
379 tusb_omap_dma_allocate_dmareq(struct tusb_omap_dma_ch *chdat) argument
405 tusb_omap_dma_free_dmareq(struct tusb_omap_dma_ch *chdat) argument
430 struct tusb_omap_dma_ch *chdat = NULL; local
501 struct tusb_omap_dma_ch *chdat = to_chdat(channel); local
616 struct tusb_omap_dma_ch *chdat; local
[all...]

Completed in 87 milliseconds