Lines Matching +full:inter +full:- +full:data
1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2003 - 2008 Nokia Corporation
10 * OMAP2/3 support Copyright (C) 2004-2007 Texas Instruments, Inc.
11 * Some functions based on earlier dma-omap.c Copyright (C) 2001 RidgeRun, Inc.
14 * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com>
16 * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
18 * - G, Manjunath Kondaiah <manjugk@ti.com>
27 #include <linux/dma-mapping.h>
30 #include <linux/omap-dma.h>
90 * Inter Frame DMA buffering issue DMA will wrongly in configure_dma_errata()
92 * result in data gets stalled in FIFO at the end of the block. in configure_dma_errata()
94 * guarantee no data will stay in the DMA FIFO in case inter frame in configure_dma_errata()
109 * For any channel used - make sure NextLCH_ID is set to the value j. in configure_dma_errata()
167 { "musb-hdrc.1.auto", "dmareq0", SDMA_FILTER_PARAM(2) },
168 { "musb-hdrc.1.auto", "dmareq1", SDMA_FILTER_PARAM(3) },
169 { "musb-hdrc.1.auto", "dmareq2", SDMA_FILTER_PARAM(14) }, /* OMAP2420 only */
170 { "musb-hdrc.1.auto", "dmareq3", SDMA_FILTER_PARAM(15) }, /* OMAP2420 only */
171 { "musb-hdrc.1.auto", "dmareq4", SDMA_FILTER_PARAM(16) }, /* OMAP2420 only */
172 { "musb-hdrc.1.auto", "dmareq5", SDMA_FILTER_PARAM(64) }, /* OMAP2420 only */