HomeSort by: relevance | last modified time | path
    Searched defs:dmacdebug (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x68k/dev/
intio_dmac.c 54 #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 in typeref:typename:int
568 if ((chan == 0) || (dmacdebug & 0xf0))

Completed in 35 milliseconds