Searched refs:cmm_debug (Results 1 – 1 of 1) sorted by relevance
47 static unsigned int cmm_debug = CMM_DEBUG; variable72 module_param_named(debug, cmm_debug, uint, 0644);78 #define cmm_dbg(...) if (cmm_debug) { printk(KERN_INFO "cmm: "__VA_ARGS__); }