Searched refs:ACTIVE (Results 1 – 2 of 2) sorted by relevance
37 #define ACTIVE 0x0400 macro97 while(in_le32(&((regs)->status)) & (ACTIVE|FLUSH)) \102 out_le32(&((regs)->control), (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);\
519 out_le32(&chan->control, (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16); in dbdma_restore()520 while (in_le32(&chan->status) & ACTIVE) in dbdma_restore()