Searched refs:dmacdebug (Results 1 – 1 of 1) sorted by relevance
54 #define DPRINTF(n,x) if (dmacdebug>((n)&0x0f)) printf x55 #define DDUMPREGS(n,x) if (dmacdebug>((n)&0x0f)) {printf x; dmac_dump_regs();}56 int dmacdebug = 0; variable568 if ((chan == 0) || (dmacdebug & 0xf0)) in dmac_dump_regs()