Searched refs:DEBUG_LEVEL_ISR (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/uapi/linux/ | ||
D | synclink.h | 242 #define DEBUG_LEVEL_ISR 5 macro |
/linux-6.12.1/drivers/tty/ | ||
D | synclink_gt.c | 40 #define DBGISR(fmt) if (debug_level >= DEBUG_LEVEL_ISR) printk fmt |