Lines Matching +full:tse +full:- +full:msgdma +full:- +full:1
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Altera TSE SGDMA and MSGDMA Linux driver
23 * bit 1: length error
34 * bit 1: read_fixed
45 #define SGDMA_STATUS_LENGTH_ERR BIT(1)
53 #define SGDMA_CONTROL_RD_FIXED BIT(1)
63 * bit 1: eop
73 * bit 1: interrupt on eop
80 * bits 8-15: max descriptors to generate interrupt
84 * bit 19-26: clocks before polling again
85 * bit 27-30: reserved
98 #define SGDMA_STSREG_EOP BIT(1) /* EOP */
104 #define SGDMA_CTRLREG_IOEOP BIT(1) /* Interrupt on EOP */