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

  /src/sys/arch/amiga/dev/
sci.c 114 #define QPRINTF(a) if (sci_debug > 1) printf a
115 int sci_debug = 0; variable in typeref:typename:int
422 if (sci_debug)
468 if (sci_debug)
  /src/sys/arch/sh3/dev/
sci.c 122 #ifdef SCI_DEBUG
123 int sci_debug = 1; variable in typeref:typename:int
124 #define DPRINTF(x) if (sci_debug) printf x

Completed in 11 milliseconds