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
126 * can supply several groups configurations (each configuration represents one
128 * configurations by writing the physical address of each configuration into the
132 * physical address of 'configuration 1', and the 'configuration 1' link-list
133 * pointer will be pointed to 'configuration 2', and so on.
134 * Once trigger the DMA transfer, the DMA controller will load 'configuration
135 * 1' to its registers automatically, after 'configuration 1' transaction is
136 * done, DMA controller will load 'configuration 2' automatically, until all
140 * of 'configuration 1', which can avoid DMA controller loads incorrect
141 * configuration when the last configuration transaction is done.
145 *| | | configuration 1 |<---
154 * | | configuration 2 | |
163 * | | configuration 3 | |
172 * | | configuration n | |
182 * configuration, and pass the virtual and physical address to DMA controller.