Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Domap-dma.h228 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-v5.10/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.10/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()
657 | EP_BCSCOUNT(sch_ep->cs_count) | EP_BBM(sch_ep->burst_mode)); in xhci_mtk_add_ep_quirk()
662 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.10/arch/arm/plat-omap/
Ddma.c286 void omap_set_dma_src_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_src_burst_mode() argument
294 switch (burst_mode) { in omap_set_dma_src_burst_mode()
367 void omap_set_dma_dest_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_dest_burst_mode() argument
375 switch (burst_mode) { in omap_set_dma_dest_burst_mode()
/Linux-v5.10/drivers/gpu/drm/bridge/
Dnwl-dsi.c268 bool burst_mode; in nwl_dsi_config_dpi() local
309 burst_mode = (dsi->dsi_mode_flags & MIPI_DSI_MODE_VIDEO_BURST) && in nwl_dsi_config_dpi()
312 if (burst_mode) { in nwl_dsi_config_dpi()