Home
last modified time | relevance | path

Searched refs:D40_DMA_RUN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40.c113 * @D40_DMA_RUN: The DMA channel is RUNNING of the command RUN.
119 D40_DMA_RUN = 1, enumerator
1289 if (active_status == D40_DMA_RUN) in __d40_execute_command_log()
1299 case D40_DMA_RUN: in __d40_execute_command_log()
1457 res = d40_channel_execute_command(d40c, D40_DMA_RUN); in d40_resume()
1484 return d40_channel_execute_command(d40c, D40_DMA_RUN); in d40_start()
2087 if (status != D40_DMA_RUN) in d40_is_paused()
/kernel/linux/linux-6.6/drivers/dma/
H A Dste_dma40.c142 * @D40_DMA_RUN: The DMA channel is RUNNING of the command RUN.
148 D40_DMA_RUN = 1, enumerator
1314 if (active_status == D40_DMA_RUN) in __d40_execute_command_log()
1324 case D40_DMA_RUN: in __d40_execute_command_log()
1482 res = d40_channel_execute_command(d40c, D40_DMA_RUN); in d40_resume()
1509 return d40_channel_execute_command(d40c, D40_DMA_RUN); in d40_start()
2111 if (status != D40_DMA_RUN) in d40_is_paused()

Completed in 10 milliseconds