Searched refs:pc_debug (Results 1 – 5 of 5) sorted by relevance
19 #define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)21 extern int pc_debug;
27 int pc_debug = VERBOSE; variable28 module_param(pc_debug, int, 0);37 if ((pc_debug & SHOW_BUFFER_CONTENTS) == 0) in display_buffer()
231 sa11xx_core.pc_debug=N232 pxa2xx_core.pc_debug=N234 The module option is called pc_debug=N
58 static int pc_debug; variable59 module_param(pc_debug, int, 0644);66 if (pc_debug > lvl) { in soc_pcmcia_debug()
320 if (pc_debug > 1) {