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