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