Home
last modified time | relevance | path

Searched refs:D40_DMA_STOP (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/dma/
Dste_dma40.c118 D40_DMA_STOP = 0, enumerator
1042 if (command == D40_DMA_STOP) { in __d40_execute_command_phy()
1060 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP) in __d40_execute_command_phy()
1082 if (status == D40_DMA_STOP || in __d40_execute_command_phy()
1276 case D40_DMA_STOP: in __d40_execute_command_log()
1288 if (!d40_chan_has_events(d40c) && (command == D40_DMA_STOP)) in __d40_execute_command_log()
2016 res = d40_channel_execute_command(d40c, D40_DMA_STOP); in d40_free_dma()
2063 if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP) in d40_is_paused()
2587 ret = d40_channel_execute_command(d40c, D40_DMA_STOP); in d40_terminate_all()