Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp.h21 extern int ibmphp_debug;
28 #define debug(fmt, arg...) do { if (ibmphp_debug == 1) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## ar…
29 #define debug_pci(fmt, arg...) do { if (ibmphp_debug) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg…
H A Dibmphp_core.c37 int ibmphp_debug; variable
1204 ibmphp_debug = debug; in ibmphp_init()