Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dste_dma40.c120 D40_DMA_SUSPEND_REQ = 2, enumerator
1043 ret = __d40_execute_command_phy(d40c, D40_DMA_SUSPEND_REQ); in __d40_execute_command_phy()
1055 if (command == D40_DMA_SUSPEND_REQ) { in __d40_execute_command_phy()
1068 if (command == D40_DMA_SUSPEND_REQ) { in __d40_execute_command_phy()
1277 case D40_DMA_SUSPEND_REQ: in __d40_execute_command_log()
1424 res = d40_channel_execute_command(d40c, D40_DMA_SUSPEND_REQ); in d40_pause()