Lines Matching full:configuration
76 * configuration into one reserved memory, then DMA can fetch each DMA
77 * configuration automatically to start transfer.
102 * @SPRD_DMA_CFGERR_INT: configure error interrupt when configuration is
123 * can supply several groups configurations (each configuration represents one
125 * configurations by writing the physical address of each configuration into the
129 * physical address of 'configuration 1', and the 'configuration 1' link-list
130 * pointer will be pointed to 'configuration 2', and so on.
131 * Once trigger the DMA transfer, the DMA controller will load 'configuration
132 * 1' to its registers automatically, after 'configuration 1' transaction is
133 * done, DMA controller will load 'configuration 2' automatically, until all
137 * of 'configuration 1', which can avoid DMA controller loads incorrect
138 * configuration when the last configuration transaction is done.
142 *| | | configuration 1 |<---
151 * | | configuration 2 | |
160 * | | configuration 3 | |
169 * | | configuration n | |
179 * configuration, and pass the virtual and physical address to DMA controller.