burst_mode        366 arch/arm/plat-omap/dma.c void omap_set_dma_src_burst_mode(int lch, enum omap_dma_burst_mode burst_mode)
burst_mode        374 arch/arm/plat-omap/dma.c 	switch (burst_mode) {
burst_mode        447 arch/arm/plat-omap/dma.c void omap_set_dma_dest_burst_mode(int lch, enum omap_dma_burst_mode burst_mode)
burst_mode        455 arch/arm/plat-omap/dma.c 	switch (burst_mode) {
burst_mode        127 drivers/dma/sirf-dma.c 		int cid, int burst_mode, void __iomem *base);
burst_mode        133 drivers/dma/sirf-dma.c 		int cid, int burst_mode, void __iomem *base);
burst_mode        163 drivers/dma/sirf-dma.c 		int cid, int burst_mode, void __iomem *base)
burst_mode        194 drivers/dma/sirf-dma.c 		int cid, int burst_mode, void __iomem *base)
burst_mode        199 drivers/dma/sirf-dma.c 	writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) |
burst_mode        216 drivers/dma/sirf-dma.c 		int cid, int burst_mode, void __iomem *base)
burst_mode        219 drivers/dma/sirf-dma.c 	writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) |
burst_mode        232 drivers/usb/host/xhci-mtk-sch.c 	sch_ep->burst_mode = 0;
burst_mode        256 drivers/usb/host/xhci-mtk-sch.c 		sch_ep->burst_mode = 1;
burst_mode        653 drivers/usb/host/xhci-mtk-sch.c 		| EP_BCSCOUNT(sch_ep->cs_count) | EP_BBM(sch_ep->burst_mode));
burst_mode        658 drivers/usb/host/xhci-mtk-sch.c 			sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode,
burst_mode         97 drivers/usb/host/xhci-mtk.h 	u32 burst_mode;
burst_mode        229 include/linux/omap-dma.h 	enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */
burst_mode        323 include/linux/omap-dma.h 					enum omap_dma_burst_mode burst_mode);
burst_mode        330 include/linux/omap-dma.h 					 enum omap_dma_burst_mode burst_mode);