Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Didma64.h64 #define IDMA64C_CFGL_FIFO_EMPTY (1 << 9) macro
Didma64.c443 } while (!(cfglo & IDMA64C_CFGL_FIFO_EMPTY) && --count); in idma64_chan_deactivate()