Lines Matching defs:D40_DMA_STOP
141 * @D40_DMA_STOP: DMA channel command STOP or status STOPPED,
147 D40_DMA_STOP = 0,
1073 if (command == D40_DMA_STOP) {
1091 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP)
1113 if (status == D40_DMA_STOP ||
1307 case D40_DMA_STOP:
1319 if (!d40_chan_has_events(d40c) && (command == D40_DMA_STOP))
2046 res = d40_channel_execute_command(d40c, D40_DMA_STOP);
2093 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP)
2618 ret = d40_channel_execute_command(d40c, D40_DMA_STOP);