Searched refs:DBG_GENERAL (Results 1 – 2 of 2) sorted by relevance
57 #define DBG_GENERAL 0x00000100 macro77 #define DPRINTK(args...) do { if (debug & DBG_GENERAL) printk(args); } while(0)
76 static unsigned long debug = DBG_GENERAL;