Searched refs:UDC_DEBUG (Results 1 – 1 of 1) sorted by relevance
158 # define UDC_DEBUG DBG_VERBOSE macro160 # define UDC_DEBUG DBG_NORMAL macro239 #define UDC_DEBUG ((unsigned)0) macro243 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0)