Searched defs:con_log (Results 1 – 2 of 2) sorted by relevance
39 #define con_log(level, fmt) if (LSI_DBGLVL >= level) printk fmt; macro