Lines Matching +full:12 +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).
72 #define DMA_SYS_BUS_AAL BIT(12)
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 */
142 #define DMA_CONTROL_TSE BIT(12)
146 /* DMA Rx Channel X Control register defines */
151 /* Interrupt status per channel */
159 #define DMA_CHAN_STATUS_FBE BIT(12)
189 /* Interrupt enable bits per channel */
195 #define DMA_CHAN_INTR_ENA_FBE BIT(12)
230 /* channel 0 specific fields */
231 #define DMA_CHAN0_DBG_STAT_TPS GENMASK(15, 12)
232 #define DMA_CHAN0_DBG_STAT_TPS_SHIFT 12