Lines Matching refs:start
180 * - the CDAR register must point to the start descriptor
351 * fsl_chan_toggle_ext_start - Toggle channel external start status
355 * If enable the external start, the channel can be started by an
356 * external DMA start pin. So the dma_start() does not start the
581 * handler will start any queued transactions when it runs after
591 * transferred, we need to start the controller
603 * The 85xx DMA controller doesn't clear the channel start bit
617 * then start the DMA transaction
874 * fsl_dma_memcpy_issue_pending - Issue the DMA start command
944 * and start the next transfer if it exist.
971 * transaction. It will start a new transaction if there is
1144 chan->id = (res.start & 0xfff) < 0x300 ?
1145 ((res.start - 0x100) & 0xfff) >> 7 :
1146 ((res.start - 0x200) & 0xfff) >> 7;