Searched refs:burst_mode (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | omap-dma.h | 230 enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */ member 317 enum omap_dma_burst_mode burst_mode); 324 enum omap_dma_burst_mode burst_mode);
|
/linux-4.4.14/drivers/dma/ |
D | sirf-dma.c | 128 int cid, int burst_mode, void __iomem *base); 134 int cid, int burst_mode, void __iomem *base); 164 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a7v2() argument 195 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a7v1() argument 200 writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) | in sirfsoc_dma_execute_hw_a7v1() 217 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a6() argument 220 writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) | in sirfsoc_dma_execute_hw_a6()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | dma.c | 370 void omap_set_dma_src_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_src_burst_mode() argument 378 switch (burst_mode) { in omap_set_dma_src_burst_mode() 453 void omap_set_dma_dest_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_dest_burst_mode() argument 461 switch (burst_mode) { in omap_set_dma_dest_burst_mode()
|