Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/dev/
H A Dintio_dmac.c54 #define DPRINTF(n,x) if (dmacdebug>((n)&0x0f)) printf x
55 #define DDUMPREGS(n,x) if (dmacdebug>((n)&0x0f)) {printf x; dmac_dump_regs();}
56 int dmacdebug = 0; variable
568 if ((chan == 0) || (dmacdebug & 0xf0)) in dmac_dump_regs()