Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Didt77252.h56 #define DBG_TINY 0x00000200 macro
78 #define NPRINTK(args...) do { if (debug & DBG_TINY) printk(args); } while(0)