Go to the documentation of this file.
35 #ifndef __MUSB_DMA_H__
36 #define __MUSB_DMA_H__
63 #define DMA_ADDR_INVALID (~(dma_addr_t)0)
65 #ifndef CONFIG_MUSB_PIO_ONLY
66 #define is_dma_capable() (1)
68 #define is_dma_capable() (0)
71 #ifdef CONFIG_USB_TI_CPPI_DMA
72 #define is_cppi_enabled() 1
74 #define is_cppi_enabled() 0
77 #ifdef CONFIG_USB_TUSB_OMAP_DMA
78 #define tusb_dma_omap() 1
80 #define tusb_dma_omap() 0
87 #ifdef CONFIG_BLACKFIN
89 # if !ANOMALY_05000456