Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Didma64.h62 #define IDMA64C_CFGL_FIFO_EMPTY (1 << 9) macro
H A Didma64.c437 } while (!(cfglo & IDMA64C_CFGL_FIFO_EMPTY) && --count); in idma64_chan_deactivate()