Searched refs:debug_pci (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/pci/hotplug/ |
D | ibmphp_res.c | 1760 debug_pci("*****************START**********************\n"); in ibmphp_print_test() 1768 debug_pci ("This is bus # %d. There are\n", bus_cur->busno); in ibmphp_print_test() 1769 debug_pci ("IORanges = %d\t", bus_cur->noIORanges); in ibmphp_print_test() 1770 debug_pci ("MemRanges = %d\t", bus_cur->noMemRanges); in ibmphp_print_test() 1771 debug_pci ("PFMemRanges = %d\n", bus_cur->noPFMemRanges); in ibmphp_print_test() 1772 debug_pci ("The IO Ranges are as follows:\n"); in ibmphp_print_test() 1776 debug_pci("rangeno is %d\n", range->rangeno); in ibmphp_print_test() 1777 debug_pci("[%x - %x]\n", range->start, range->end); in ibmphp_print_test() 1782 debug_pci("The Mem Ranges are as follows:\n"); in ibmphp_print_test() 1786 debug_pci("rangeno is %d\n", range->rangeno); in ibmphp_print_test() [all …]
|
D | ibmphp.h | 29 #define debug_pci(fmt, arg...) do { if (ibmphp_debug) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg… macro
|