Lines Matching refs:debug
91 static int debug; variable
98 card->dch.debug = debug; in _set_debug()
99 card->bc[0].bch.debug = debug; in _set_debug()
100 card->bc[1].bch.debug = debug; in _set_debug()
122 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
123 MODULE_PARM_DESC(debug, "W6692 debug mask");
281 if (debug & DEBUG_HW_DFIFO) { in W6692_empty_Dfifo()
317 if (debug & DEBUG_HW_DFIFO) { in W6692_fill_Dfifo()
495 if (debug & DEBUG_HW_DFIFO) { in W6692_empty_Bfifo()
539 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in W6692_fill_Bfifo()
901 if (debug & DEBUG_HW) in initW6692()
937 if (debug & DEBUG_HW) in init_card()
1247 if (debug & DEBUG_HW) in setup_w6692()
1250 if (debug & DEBUG_HW) in setup_w6692()
1253 if (debug & DEBUG_HW) in setup_w6692()
1256 if (debug & DEBUG_HW) in setup_w6692()
1259 if (debug & DEBUG_HW) in setup_w6692()
1398 if (debug) in w6692_remove_pci()