Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Didt77252.h75 #define NPRINTK(args...) do { if (debug & DBG_TINY) printk(args); } while(0) macro
89 #define NPRINTK(args...) do { } while(0) macro
H A Didt77252.c1612 NPRINTK("%s: conn %d: first TST entry at %d.\n", in __fill_tst()