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