Home | History | Annotate | Download | only in xscale

Lines Matching refs:dmover

52 #include <dev/dmover/dmovervar.h>
115 * This structure is used to maintain state for the dmover(9) backend
116 * part of the driver. We can have a number of concurrent dmover
122 LIST_ENTRY(dmac_dmover_state) ds_link; /* List of idle dmover chans */
124 struct dmover_request *ds_current; /* Current dmover request */
155 * Overall dmover(9) backend state
213 * dmover(9) backend state
399 * We support the following dmover(9) operations
417 * Describe ourselves to the dmover(9) code
522 * As long as we can queue up dmover requests...
608 * burst size (which is hardcoded to 8 for dmover).
696 * A dmover(9) request has just completed.
735 * See if we can start some more dmover(9) requests.