Searched refs:DBG_GENERAL (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Didt77252.h58 #define DBG_GENERAL 0x00000100 macro
78 #define DPRINTK(args...) do { if (debug & DBG_GENERAL) printk(args); } while(0)
H A Didt77252.c78 static unsigned long debug = DBG_GENERAL;

Completed in 102 milliseconds