Searched refs:IDMA64C_CFGL_FIFO_EMPTY (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/dma/ | ||
H A D | idma64.h | 62 #define IDMA64C_CFGL_FIFO_EMPTY (1 << 9) macro |
H A D | idma64.c | 437 } while (!(cfglo & IDMA64C_CFGL_FIFO_EMPTY) && --count); in idma64_chan_deactivate() |