Searched refs:burst_mode (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | omap-dma.h | 231 enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */ member 325 enum omap_dma_burst_mode burst_mode); 332 enum omap_dma_burst_mode burst_mode);
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-mtk-sch.c | 85 sch_ep->burst_mode = 0; in setup_sch_info() 367 | EP_BCSCOUNT(sch_ep->cs_count) | EP_BBM(sch_ep->burst_mode)); in xhci_mtk_add_ep_quirk() 372 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_add_ep_quirk()
|
D | xhci-mtk.h | 75 u32 burst_mode; member
|
/Linux-v4.19/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-v4.19/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()
|