Home
last modified time | relevance | path

Searched refs:burst_mode (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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);
/kernel/linux/linux-6.6/include/linux/
H A Domap-dma.h228 enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */ member
324 enum omap_dma_burst_mode burst_mode);
331 enum omap_dma_burst_mode burst_mode);
/kernel/linux/linux-5.10/arch/arm/plat-omap/
H A 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()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Domap-dma.c224 void omap_set_dma_src_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_src_burst_mode() argument
232 switch (burst_mode) { in omap_set_dma_src_burst_mode()
292 void omap_set_dma_dest_burst_mode(int lch, enum omap_dma_burst_mode burst_mode) in omap_set_dma_dest_burst_mode() argument
300 switch (burst_mode) { in omap_set_dma_dest_burst_mode()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c297 sch_ep->burst_mode = 0; in setup_sch_info()
320 sch_ep->burst_mode = 1; in setup_sch_info()
713 | EP_BBM(sch_ep->burst_mode)); in xhci_mtk_check_bandwidth()
718 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_check_bandwidth()
H A Dxhci-mtk.h80 * @burst_mode: burst mode for scheduling. 0: normal burst mode,
110 u32 burst_mode; member
/kernel/linux/linux-5.10/drivers/dma/
H A 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()
194 int cid, int burst_mode, void __iomem *base) in sirfsoc_dma_execute_hw_a7v1()
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()
219 writel_relaxed(cid | (burst_mode << SIRFSOC_DMA_MODE_CTRL_BIT) | in sirfsoc_dma_execute_hw_a6()
162 sirfsoc_dma_execute_hw_a7v2(struct sirfsoc_dma_desc *sdesc, int cid, int burst_mode, void __iomem *base) sirfsoc_dma_execute_hw_a7v2() argument
193 sirfsoc_dma_execute_hw_a7v1(struct sirfsoc_dma_desc *sdesc, int cid, int burst_mode, void __iomem *base) sirfsoc_dma_execute_hw_a7v1() argument
215 sirfsoc_dma_execute_hw_a6(struct sirfsoc_dma_desc *sdesc, int cid, int burst_mode, void __iomem *base) sirfsoc_dma_execute_hw_a6() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H A Dsprd_dsi.h94 u8 burst_mode; member
H A Dsprd_dsi.c480 dsi_reg_wr(ctx, VID_MODE_CFG, VID_MODE_TYPE, 0, ctx->burst_mode); in sprd_dsi_dpi_video()
507 if (ctx->burst_mode == VIDEO_BURST_WITH_SYNC_PULSES) { in sprd_dsi_dpi_video()
988 ctx->burst_mode = VIDEO_BURST_WITH_SYNC_PULSES; in sprd_dsi_host_attach()
990 ctx->burst_mode = VIDEO_NON_BURST_WITH_SYNC_PULSES; in sprd_dsi_host_attach()
992 ctx->burst_mode = VIDEO_NON_BURST_WITH_SYNC_EVENTS; in sprd_dsi_host_attach()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk.h72 * @burst_mode: burst mode for scheduling. 0: normal burst mode,
99 u32 burst_mode; member
H A Dxhci-mtk-sch.c259 sch_ep->burst_mode = 0; in setup_sch_info()
283 sch_ep->burst_mode = 1; in setup_sch_info()
802 | EP_BBM(sch_ep->burst_mode)); in xhci_mtk_check_bandwidth()
807 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_check_bandwidth()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c269 bool burst_mode; in nwl_dsi_config_dpi() local
310 burst_mode = (dsi->dsi_mode_flags & MIPI_DSI_MODE_VIDEO_BURST) && in nwl_dsi_config_dpi()
313 if (burst_mode) { in nwl_dsi_config_dpi()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c260 bool burst_mode; in nwl_dsi_config_dpi() local
301 burst_mode = (dsi->dsi_mode_flags & MIPI_DSI_MODE_VIDEO_BURST) && in nwl_dsi_config_dpi()
304 if (burst_mode) { in nwl_dsi_config_dpi()

Completed in 15 milliseconds