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
9 /* mSGDMA extended descriptor format
29 /* mSGDMA descriptor control field bit definitions
42 /* Writing ‘1’ to the ‘go’ bit commits the entire descriptor into the
70 /* mSGDMA extended descriptor stride definitions
75 /* mSGDMA dispatcher control and status register map
80 u32 rw_fill_level; /* bit 31:16 - write fill level
81 * bit 15:0 - read fill level
84 u32 rw_seq_num; /* bit 31:16 - write sequence number
85 * bit 15:0 - read sequence number
90 /* mSGDMA CSR status register bit definitions
93 #define MSGDMA_CSR_STAT_DESC_BUF_EMPTY BIT(1)
106 #define MSGDMA_CSR_STAT_DESC_BUF_EMPTY_GET(v) GET_BIT_VALUE(v, 1)
116 /* mSGDMA CSR control register bit definitions
119 #define MSGDMA_CSR_CTL_RESET BIT(1)
125 /* mSGDMA CSR fill level bits
131 /* mSGDMA response register map
142 /* mSGDMA response register bit definitions