Lines Matching defs:D40_DMA_STOP
112 * @D40_DMA_STOP: DMA channel command STOP or status STOPPED,
118 D40_DMA_STOP = 0,
1048 if (command == D40_DMA_STOP) {
1066 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP)
1088 if (status == D40_DMA_STOP ||
1282 case D40_DMA_STOP:
1294 if (!d40_chan_has_events(d40c) && (command == D40_DMA_STOP))
2022 res = d40_channel_execute_command(d40c, D40_DMA_STOP);
2069 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP)
2595 ret = d40_channel_execute_command(d40c, D40_DMA_STOP);