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