Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Didt77252.h57 #define DBG_GENERAL 0x00000100 macro
77 #define DPRINTK(args...) do { if (debug & DBG_GENERAL) printk(args); } while(0)
Didt77252.c76 static unsigned long debug = DBG_GENERAL;