Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Didt77252.h54 #define DBG_GENERAL 0x00000100 macro
74 #define DPRINTK(args...) do { if (debug & DBG_GENERAL) printk(args); } while(0)
H A Didt77252.c73 static unsigned long debug = DBG_GENERAL;