Lines Matching +full:rx +full:- +full:addr +full:- +full:mode
2 * SPDX-License-Identifier: Apache-2.0
30 * For each channel, the RX and TX part have the following registers
31 * The offsets are given relative to the offset of the RX or TX part
44 * The configuration register of the RX and TX parts for each channel can be accessed using the
60 /* Configure for 8-bits transfer */
62 /* Configure for 16-bits transfer */
64 /* Configure for 32-bits transfer */
66 /* Configure for continuous mode */
71 /* Clock-gating control register */
140 #define SY1XX_UDMA_START_RX(base, addr, size, cfg) \ argument
141 sy1xx_udma_start(base, SY1XX_UDMA_RX_CHANNEL, addr, size, cfg)
142 #define SY1XX_UDMA_START_TX(base, addr, size, cfg) \ argument
143 sy1xx_udma_start(base, SY1XX_UDMA_TX_CHANNEL, addr, size, cfg)