Searched refs:debug_pci (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dibmphp_res.c1760 debug_pci("*****************START**********************\n");
1768 debug_pci ("This is bus # %d. There are\n", bus_cur->busno);
1769 debug_pci ("IORanges = %d\t", bus_cur->noIORanges);
1770 debug_pci ("MemRanges = %d\t", bus_cur->noMemRanges);
1771 debug_pci ("PFMemRanges = %d\n", bus_cur->noPFMemRanges);
1772 debug_pci ("The IO Ranges are as follows:\n");
1776 debug_pci("rangeno is %d\n", range->rangeno);
1777 debug_pci("[%x - %x]\n", range->start, range->end);
1782 debug_pci("The Mem Ranges are as follows:\n");
1786 debug_pci("rangen
[all...]
H A Dibmphp.h30 #define debug_pci(fmt, arg...) do { if (ibmphp_debug) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg); } while (0) macro
/linux-master/arch/arm/kernel/
H A Dbios32.c20 static int debug_pci; variable
370 if (debug_pci)
388 if (debug_pci)
540 debug_pci = 1;

Completed in 211 milliseconds