Lines Matching +full:14 +full:- +full:channel
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2007-2015 STMicroelectronics Ltd
13 /* Define the max channel number used for tx (also rx).
39 #define DMA_BUS_MODE_MB BIT(14)
70 #define DMA_SYS_BUS_MB BIT(14)
95 /* Following DMA defines are channel-oriented */
105 addr = addrs->dma_chan + (x * addrs->dma_chan_offset); in dma_chanx_base_addr()
140 /* DMA Tx Channel X Control register defines */
146 /* DMA Rx Channel X Control register defines */
148 #define DMA_RBSZ_MASK GENMASK(14, 1)
151 /* Interrupt status per channel */
157 #define DMA_CHAN_STATUS_AIS BIT(14)
189 /* Interrupt enable bits per channel */
193 #define DMA_CHAN_INTR_ENA_AIE_4_10 BIT(14)
230 /* channel 0 specific fields */