Home
last modified time | relevance | path

Searched defs:INTPRINTK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.h69 #define INTPRINTK(args...) do { if (debug & DBG_INTERRUPT) printk(args); } while(0) macro
83 #define INTPRINTK(args...) do { } while(0) macro
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.h69 #define INTPRINTK(args...) do { if (debug & DBG_INTERRUPT) printk(args); } while(0) macro
83 #define INTPRINTK(args...) do { } while(0) macro

Completed in 6 milliseconds