Home
last modified time | relevance | path

Searched refs:param_debug (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/firewire/
H A Dohci.c398 static int param_debug; variable
399 module_param_named(debug, param_debug, int, 0644);
413 if (likely(!(param_debug & in log_irqs()
417 if (!(param_debug & OHCI_PARAM_DEBUG_IRQS) && in log_irqs()
464 if (likely(!(param_debug & OHCI_PARAM_DEBUG_SELFIDS))) in log_selfids()
522 if (likely(!(param_debug & OHCI_PARAM_DEBUG_AT_AR))) in log_ar_at_event()
2067 if (param_debug & OHCI_PARAM_DEBUG_BUSRESETS) in bus_reset_work()
2480 if (param_debug & OHCI_PARAM_DEBUG_BUSRESETS) in ohci_enable()