Lines Matching +full:2 +full:- +full:dimensional
12 * Free Software Foundation; either version 2 of the License, or (at your
32 * Specifics for the Au1xxx Descriptor-Based DMA Controller,
48 #define DDMA_CONFIG_AF (1 << 2)
57 u32 ddma_desptr; /* 32-byte aligned pointer to descriptor */
72 #define DDMA_CFG_DFN (1 << 3) /* Descriptor fetch non-coherent */
73 #define DDMA_CFG_SBE (1 << 2) /* Source big endian */
84 #define DDMA_STAT_DB (1 << 2) /* Doorbell pushed */
90 * Must be 32-byte aligned.
103 * Let's have some SW data following -- make sure it's 32 bytes.
111 #define DSCR_CMD0_MEM (1 << 30) /* mem-mem transfer */
118 #define DSCR_CMD0_SN (0x1 << 12) /* Source non-coherent */
119 #define DSCR_CMD0_DN (0x1 << 11) /* Destination non-coherent */
123 #define DSCR_CMD0_CV (0x1 << 2) /* Clear Valid when done */
131 #define AU1550_DSCR_CMD0_UART3_TX 2
160 #define AU1200_DSCR_CMD0_UART1_TX 2
188 #define AU1300_DSCR_CMD0_UART1_TX 2
231 #define DSCR_CMD0_WORD 2
239 #define DSCR_CMD0_CMP_BRANCH 2
246 #define DSCR_CMD0_ST_CMD0 2 /* Write cmd0 with V cleared */
260 #define DSCR_CMD1_FL_MEM_STRIDE2 2
264 /* Source1, 1-dimensional stride. */
272 /* Dest1, 1-dimensional stride. */
282 #define DSCR_xTS_SIZE4 2
289 #define DSCR_xAM_STATIC 2
335 #define DEV_FLAGS_OUT (1 << 2)