HomeSort by: relevance | last modified time | path
    Searched refs:MQ200_DEBUG (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hpcmips/dev/
mq200priv.h 85 #ifdef MQ200_DEBUG
89 extern int mq200_debug;
90 #define DPRINTF(fmt, args...) do { if (mq200_debug) printf("mq200: " fmt, ##args); } while(0)
91 #define VPRINTF(fmt, args...) do { if (bootverbose || mq200_debug) printf("mq200: " fmt, ##args); } while(0)
110 #ifdef MQ200_DEBUG
119 #endif /* MQ200_DEBUG */
mq200.c 86 #ifdef MQ200_DEBUG
87 int mq200_debug = MQ200DEBUG_CONF; variable in typeref:typename:int
142 #ifdef MQ200_DEBUG
196 #ifdef MQ200_DEBUG
mq200subr.c 207 #ifdef MQ200_DEBUG
mq200debug.c 57 #ifdef MQ200_DEBUG
550 #endif /* MQ200_DEBUG */
  /src/sys/arch/hpcmips/conf/
MPC303 217 options MQ200_DEBUG

Completed in 40 milliseconds