Home
last modified time | relevance | path

Searched refs:burst_mode (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Domap-dma.h229 enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */ member
323 enum omap_dma_burst_mode burst_mode);
330 enum omap_dma_burst_mode burst_mode);
/Linux-v5.4/drivers/dma/
Dsirf-dma.c127 int cid, int burst_mode, void __iomem *base);
133 int cid, int burst_mode, void __iomem *base);
163 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a7v2() argument
194 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a7v1() argument
199 writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) | in sirfsoc_dma_execute_hw_a7v1()
216 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a6() argument
219 writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) | in sirfsoc_dma_execute_hw_a6()
/Linux-v5.4/drivers/usb/host/
Dxhci-mtk-sch.c232 sch_ep->burst_mode = 0; in setup_sch_info()
256 sch_ep->burst_mode = 1; in setup_sch_info()
653 | EP_BCSCOUNT(sch_ep->cs_count) | EP_BBM(sch_ep->burst_mode)); in xhci_mtk_add_ep_quirk()
658 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_add_ep_quirk()
Dxhci-mtk.h97 u32 burst_mode; member
/Linux-v5.4/arch/arm/plat-omap/
Ddma.c366 void omap_set_dma_src_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_src_burst_mode() argument
374 switch (burst_mode) { in omap_set_dma_src_burst_mode()
447 void omap_set_dma_dest_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_dest_burst_mode() argument
455 switch (burst_mode) { in omap_set_dma_dest_burst_mode()